Ndk/World: Fixed entities indexes
Former-commit-id: ec6c3ee98bde983d69945796f8f1089efef794dc
This commit is contained in:
parent
b84a1f0663
commit
ca291d7285
|
|
@ -66,7 +66,8 @@ namespace Ndk
|
|||
struct EntityBlock
|
||||
{
|
||||
EntityBlock(Entity&& e) :
|
||||
entity(std::move(e))
|
||||
entity(std::move(e)),
|
||||
aliveIndex(e.aliveIndex)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue