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

View File

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