Fixed warning.
This commit is contained in:
parent
4fd205773e
commit
e1a2f68073
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user