Fixed input

This commit is contained in:
2024-09-10 20:17:32 -05:00
parent 0e5b85633c
commit 916396e175
14 changed files with 158 additions and 23 deletions

View File

@@ -32,6 +32,7 @@ void Game::update() {
}
timeManager.update();
inputManager.update();
if(currentScene) currentScene->update();
renderHost.update(shared_from_this());
}