Forgotten change

This commit is contained in:
leak
2014-07-02 02:21:36 +02:00
parent e0aed65c8c
commit 433f0b25ca

View File

@@ -87,7 +87,7 @@ void FreezeDetectorThread(uint32 delayTime)
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
uint32 curtime = getMSTime();
// normal work
uint32 worldLoopCounter = World::m_worldLoopCounter.value();
uint32 worldLoopCounter = World::m_worldLoopCounter;
if (loops != worldLoopCounter)
{
lastChange = curtime;