This commit is contained in:
parent
a8ae18ffb3
commit
dfdce2f340
4 changed files with 377 additions and 232 deletions
|
@ -102,6 +102,7 @@ void GameState::updateTimer()
|
|||
if (s_timeSinceLast > 4 * 4096)
|
||||
{
|
||||
s_timeSinceLast = 4 * 4096;
|
||||
SYSTEM_DBGMSG("updateTimer loosing frames!");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue