Sdk/World: Fix world movement not moving profiler status

This commit is contained in:
Jérôme Leclercq 2018-02-27 16:31:23 +01:00 committed by GitHub
parent 7875ece869
commit 242e154f09
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ namespace Ndk
m_orderedSystems = std::move(world.m_orderedSystems);
m_orderedSystemsUpdated = world.m_orderedSystemsUpdated;
m_profilerData = std::move(world.m_profilerData);
m_isProfilerEnabled = m_isProfilerEnabled;
m_isProfilerEnabled = world.m_isProfilerEnabled;
m_entities = std::move(world.m_entities);
for (EntityBlock& block : m_entities)