mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 16:52:45 +03:00
chore(model): make comment more concise
This commit is contained in:
parent
a17ba56f0e
commit
0a2438b321
@ -999,7 +999,7 @@ int32_t CM2Model::InitializeLoaded() {
|
|||||||
return 1;
|
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;
|
uint32_t bufferSize = 0;
|
||||||
bufferSize += ALIGN_SIZE(bufferSize, M2ModelBone, this->m_shared->m_data->bones.Count());
|
bufferSize += ALIGN_SIZE(bufferSize, M2ModelBone, this->m_shared->m_data->bones.Count());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user