feat(component): clear dirty sections in CCharacterComponent::RenderPrepSections

This commit is contained in:
fallenoak 2025-10-27 22:57:21 -05:00
parent 6147f85400
commit 2fb38d3ebb
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -857,6 +857,8 @@ void CCharacterComponent::RenderPrepSections() {
this->m_flags &= ~0x1;
this->m_sectionDirty = 0;
// TODO
s_bInRenderPrep = 0;