Sdk/World: Fix Clear not clearing everything
This commit is contained in:
parent
3d368b2fe7
commit
80ddfd1fbe
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue