(World) GetEntity now returns a const reference
Former-commit-id: 179139a21c639bbb2c96058095a82f3be76de5c1
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Ndk
|
||||
|
||||
void Clear();
|
||||
|
||||
EntityHandle GetEntity(Entity::Id id);
|
||||
const EntityHandle& GetEntity(Entity::Id id);
|
||||
|
||||
void KillEntity(const EntityHandle& entity);
|
||||
void KillEntities(const EntityList& list);
|
||||
|
||||
Reference in New Issue
Block a user