From f43e9f62d6f7abae117d1f597f31616b6c501aa0 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Thu, 25 Dec 2025 21:57:03 -0600 Subject: [PATCH] chore(model): fix style nit --- src/model/CM2Model.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/model/CM2Model.cpp b/src/model/CM2Model.cpp index 109036a..3756ec9 100644 --- a/src/model/CM2Model.cpp +++ b/src/model/CM2Model.cpp @@ -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(buffer);