Sdk: Make World moveable
Former-commit-id: 285cb9da4cbafd3da0c0859eb9d366bb2fb978a3
This commit is contained in:
@@ -23,9 +23,9 @@ namespace Ndk
|
||||
handle->OnEntityMoved(this);
|
||||
}
|
||||
|
||||
Entity::Entity(World& world, EntityId id) :
|
||||
Entity::Entity(World* world, EntityId id) :
|
||||
m_id(id),
|
||||
m_world(&world)
|
||||
m_world(world)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user