Sdk/World: Fix a warning
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user