fix: el fade en el titol al anar a jugar es podia interrumpir continuament

This commit is contained in:
2026-04-15 18:36:09 +02:00
parent 517bc2caa1
commit c3534ace9c
3 changed files with 2268 additions and 1 deletions

View File

@@ -345,7 +345,7 @@ void Title::update() {
updateBG();
// Comprueba las entradas para el menu
if (menuVisible == true) {
if (menuVisible == true && !fade->isEnabled()) {
menu.active->update();
}