Fixed warning.

This commit is contained in:
hiker 2018-03-20 10:25:06 +11:00
parent 4fd205773e
commit e1a2f68073

View File

@ -169,7 +169,7 @@ float MainLoop::getLimitedDt()
// to findout which events to replay
if (World::getWorld() && history->replayHistory() )
{
history->updateReplay(World::getWorld()->getTime(), dt);
history->updateReplay(World::getWorld()->getTimeTicks(), dt);
}
return dt;
} // getLimitedDt