SDK/World: Fix waiting entities not being cleared on time

This commit is contained in:
Lynix
2017-05-15 10:11:42 +02:00
parent bb3eebb9cc
commit 7425993d2d
2 changed files with 2 additions and 1 deletions

View File

@@ -119,6 +119,7 @@ namespace Ndk
// This is made to avoid that handle warn uselessly entities before their destruction
m_entities.clear();
m_entityBlocks.clear();
m_waitingEntities.clear();
m_aliveEntities.Clear();
m_dirtyEntities.Clear();