From 2fb38d3ebb6a1f33d7e313ba175aac376fc63789 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Mon, 27 Oct 2025 22:57:21 -0500 Subject: [PATCH] feat(component): clear dirty sections in CCharacterComponent::RenderPrepSections --- src/component/CCharacterComponent.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/component/CCharacterComponent.cpp b/src/component/CCharacterComponent.cpp index cac13b9..daef350 100644 --- a/src/component/CCharacterComponent.cpp +++ b/src/component/CCharacterComponent.cpp @@ -857,6 +857,8 @@ void CCharacterComponent::RenderPrepSections() { this->m_flags &= ~0x1; + this->m_sectionDirty = 0; + // TODO s_bInRenderPrep = 0;