Sdk/World: Fix movement

This commit is contained in:
Lynix
2017-08-31 19:39:45 +02:00
parent 092720b1d0
commit a85ded1262

View File

@@ -314,6 +314,7 @@ namespace Ndk
m_systems = std::move(world.m_systems); m_systems = std::move(world.m_systems);
for (const auto& systemPtr : m_systems) for (const auto& systemPtr : m_systems)
if (systemPtr)
systemPtr->SetWorld(this); systemPtr->SetWorld(this);
return *this; return *this;