Ndk/World: Fixed entities indexes

Former-commit-id: ec6c3ee98bde983d69945796f8f1089efef794dc
This commit is contained in:
Lynix 2015-05-06 23:25:00 +02:00
parent b84a1f0663
commit ca291d7285
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ namespace Ndk
struct EntityBlock
{
EntityBlock(Entity&& e) :
entity(std::move(e))
entity(std::move(e)),
aliveIndex(e.aliveIndex)
{
}