Added some performance boosting framerate regulation

This commit is contained in:
2011-07-01 11:40:38 -04:00
parent b50ed649f5
commit b31a3e26ab
8 changed files with 80 additions and 6 deletions

View File

@ -31,8 +31,7 @@ bool Game::init()
return false;
}
init_done = true;
return true;
return GameState::init();
}