(NDK) Minor changes

Added some asserts and comments,


Former-commit-id: 805246f0276aac157c66cbf346c392ab57934e84
This commit is contained in:
Lynix
2015-03-30 04:36:56 +02:00
parent 6d1ac4fe18
commit 1903cbda8d
3 changed files with 21 additions and 12 deletions

View File

@@ -72,8 +72,8 @@ namespace Ndk
};
std::vector<std::unique_ptr<BaseSystem>> m_systems;
std::vector<EntityId> m_freeIdList;
std::vector<EntityBlock> m_entities;
std::vector<EntityId> m_freeIdList;
EntityList m_aliveEntities;
NzBitset<nzUInt64> m_dirtyEntities;
NzBitset<nzUInt64> m_killedEntities;