Sdk/World: Fix Clear not clearing everything
This commit is contained in:
@@ -119,6 +119,7 @@ namespace Ndk
|
|||||||
// This is made to avoid that handle warn uselessly entities before their destruction
|
// This is made to avoid that handle warn uselessly entities before their destruction
|
||||||
m_entities.clear();
|
m_entities.clear();
|
||||||
m_entityBlocks.clear();
|
m_entityBlocks.clear();
|
||||||
|
m_freeIdList.clear();
|
||||||
m_waitingEntities.clear();
|
m_waitingEntities.clear();
|
||||||
|
|
||||||
m_aliveEntities.Clear();
|
m_aliveEntities.Clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user