- increase resume speedup to improve performance

This commit is contained in:
Mark Vejvoda 2013-03-01 19:54:27 +00:00
parent 2d2ec9afac
commit c3feec02ee
1 changed files with 1 additions and 1 deletions

View File

@ -1714,7 +1714,7 @@ void Game::update() {
printf("Resume #1\n");
this->initialResumeSpeedLoops = false;
updateLoops = 80;
updateLoops = 100;
}
if(SystemFlags::getSystemSettingType(SystemFlags::debugPerformance).enabled && chrono.getMillis() > 0) SystemFlags::OutputDebug(SystemFlags::debugPerformance,"In [%s::%s] Line: %d took msecs: %lld\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__,chrono.getMillis());