mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +03:00
feat(component): clear dirty sections in CCharacterComponent::RenderPrepSections
This commit is contained in:
parent
6147f85400
commit
2fb38d3ebb
@ -857,6 +857,8 @@ void CCharacterComponent::RenderPrepSections() {
|
|||||||
|
|
||||||
this->m_flags &= ~0x1;
|
this->m_flags &= ~0x1;
|
||||||
|
|
||||||
|
this->m_sectionDirty = 0;
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
|
|
||||||
s_bInRenderPrep = 0;
|
s_bInRenderPrep = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user