(World) Fixed dirty entity bitset not being cleared
Former-commit-id: 28fbfe2d21807db7eba249118e35fb087db4ddb9
This commit is contained in:
parent
be8f6edeb4
commit
cdd3e9e8f2
|
|
@ -50,6 +50,7 @@ namespace Ndk
|
||||||
m_entities.clear();
|
m_entities.clear();
|
||||||
|
|
||||||
m_aliveEntities.clear();
|
m_aliveEntities.clear();
|
||||||
|
m_dirtyEntities.Clear();
|
||||||
m_killedEntities.Clear();
|
m_killedEntities.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue