Afegit globalInputs::update() a totes les seccions del programa

This commit is contained in:
2024-12-02 11:34:31 +01:00
parent ad32bb7d45
commit 0cd96aced5
8 changed files with 19 additions and 3 deletions

View File

@@ -869,6 +869,7 @@ void Game::update()
checkMusicStatus();
screen_->update();
globalInputs::update();
fillCanvas();
}
}