Fixed warning.
This commit is contained in:
parent
4fd205773e
commit
e1a2f68073
@ -169,7 +169,7 @@ float MainLoop::getLimitedDt()
|
|||||||
// to findout which events to replay
|
// to findout which events to replay
|
||||||
if (World::getWorld() && history->replayHistory() )
|
if (World::getWorld() && history->replayHistory() )
|
||||||
{
|
{
|
||||||
history->updateReplay(World::getWorld()->getTime(), dt);
|
history->updateReplay(World::getWorld()->getTimeTicks(), dt);
|
||||||
}
|
}
|
||||||
return dt;
|
return dt;
|
||||||
} // getLimitedDt
|
} // getLimitedDt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user