chore(model): fix style nit

This commit is contained in:
fallenoak 2025-12-25 21:57:03 -06:00
parent 6a86dce7fb
commit f43e9f62d6
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -1237,7 +1237,6 @@ int32_t CM2Model::InitializeLoaded() {
}
}
if (this->m_shared->skinProfile->skinSections.Count()) {
buffer = ALIGN_BUFFER(buffer, start, uint32_t);
this->m_skinSections = reinterpret_cast<uint32_t*>(buffer);