Minor refactor + comments

This commit is contained in:
MihailRis
2023-11-30 05:00:48 +03:00
parent 1d5037893c
commit c0050cffaa
4 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ void LevelScreen::update(float delta) {
if (!hud->isPause()) {
level->world->updateTimers(delta);
}
controller->update(delta, !inputLocked, hud->isPause(), !inputLocked);
controller->update(delta, !inputLocked, hud->isPause());
hud->update();
}