From 0a2438b32138303b1dd47dd47e7bc517252826c9 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Thu, 23 Oct 2025 20:57:11 -0500 Subject: [PATCH] chore(model): make comment more concise --- src/model/CM2Model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/CM2Model.cpp b/src/model/CM2Model.cpp index a1dc0f6..1b9122f 100644 --- a/src/model/CM2Model.cpp +++ b/src/model/CM2Model.cpp @@ -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());