Sdk/World: Fix a warning
This commit is contained in:
parent
ff47fb6fa2
commit
7e5a9048e1
|
|
@ -86,7 +86,7 @@ namespace Ndk
|
||||||
EntityBlock(EntityBlock&& block) = default;
|
EntityBlock(EntityBlock&& block) = default;
|
||||||
|
|
||||||
Entity entity;
|
Entity entity;
|
||||||
unsigned int aliveIndex;
|
std::size_t aliveIndex;
|
||||||
};
|
};
|
||||||
|
|
||||||
std::vector<std::unique_ptr<BaseSystem>> m_systems;
|
std::vector<std::unique_ptr<BaseSystem>> m_systems;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue