Sdk/World: Fix a warning

This commit is contained in:
Jérôme Leclercq 2016-11-08 12:27:55 +01:00
parent ff47fb6fa2
commit 7e5a9048e1
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ namespace Ndk
EntityBlock(EntityBlock&& block) = default;
Entity entity;
unsigned int aliveIndex;
std::size_t aliveIndex;
};
std::vector<std::unique_ptr<BaseSystem>> m_systems;