This commit is contained in:
parent
fd06495937
commit
5803cd54f1
7 changed files with 14 additions and 11 deletions
|
@ -62,7 +62,7 @@ void GameState::think()
|
|||
}
|
||||
}
|
||||
ASSERT(s_currentScene);
|
||||
s_currentScene->think();
|
||||
s_currentScene->think(getFramesSinceLast());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue