Sdk/World: Fix handles when moving
Former-commit-id: 0e5866864150bd607db028deb9c972ace6b50caf
This commit is contained in:
@@ -13,7 +13,8 @@ namespace Ndk
|
|||||||
AddDefaultSystems();
|
AddDefaultSystems();
|
||||||
}
|
}
|
||||||
|
|
||||||
inline World::World(World&& world) noexcept
|
inline World::World(World&& world) noexcept :
|
||||||
|
HandledObject(std::move(world))
|
||||||
{
|
{
|
||||||
operator=(std::move(world));
|
operator=(std::move(world));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user