chore(model): make comment more concise

This commit is contained in:
fallenoak 2025-10-23 20:57:11 -05:00
parent a17ba56f0e
commit 0a2438b321
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -999,7 +999,7 @@ int32_t CM2Model::InitializeLoaded() {
return 1;
}
// Allocate a single buffer to hold all unique per-model data per model object
// Allocate a single buffer to hold unique per-model data
uint32_t bufferSize = 0;
bufferSize += ALIGN_SIZE(bufferSize, M2ModelBone, this->m_shared->m_data->bones.Count());