Sdk/World: Fix Clear not clearing everything

This commit is contained in:
Jérôme Leclercq 2017-08-04 13:38:23 +02:00
parent 3d368b2fe7
commit 80ddfd1fbe
1 changed files with 1 additions and 0 deletions

View File

@ -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();