Treballant en globalInputs::update()

This commit is contained in:
2024-12-02 11:11:03 +01:00
parent c3a5166ee1
commit ad32bb7d45
6 changed files with 34 additions and 38 deletions

View File

@@ -91,6 +91,7 @@ void Credits::update()
}
updateAllFades();
Screen::get()->update();
globalInputs::update();
++counter_;
}
}