Sdk/World: Fix world movement not moving profiler status
This commit is contained in:
parent
7875ece869
commit
242e154f09
|
|
@ -361,7 +361,7 @@ namespace Ndk
|
||||||
m_orderedSystems = std::move(world.m_orderedSystems);
|
m_orderedSystems = std::move(world.m_orderedSystems);
|
||||||
m_orderedSystemsUpdated = world.m_orderedSystemsUpdated;
|
m_orderedSystemsUpdated = world.m_orderedSystemsUpdated;
|
||||||
m_profilerData = std::move(world.m_profilerData);
|
m_profilerData = std::move(world.m_profilerData);
|
||||||
m_isProfilerEnabled = m_isProfilerEnabled;
|
m_isProfilerEnabled = world.m_isProfilerEnabled;
|
||||||
|
|
||||||
m_entities = std::move(world.m_entities);
|
m_entities = std::move(world.m_entities);
|
||||||
for (EntityBlock& block : m_entities)
|
for (EntityBlock& block : m_entities)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue