(World) Replaced pointers to Entity by EntityHandle
Former-commit-id: b29aaaa7362c0c816dc270e15ba5f8253717c457
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Ndk
|
||||
|
||||
void Entity::Kill()
|
||||
{
|
||||
m_world->KillEntity(this);
|
||||
m_world->KillEntity(CreateHandle());
|
||||
}
|
||||
|
||||
bool Entity::IsValid() const
|
||||
|
||||
Reference in New Issue
Block a user