Las notificaciones simultaneas aparecen de forma escalonada

This commit is contained in:
2023-10-03 21:48:24 +02:00
parent eb713006c6
commit ee261f4509
2 changed files with 24 additions and 10 deletions

View File

@@ -153,10 +153,6 @@ void Title::checkEvents()
showCheevos = !showCheevos;
break;
case SDL_SCANCODE_Z:
initMarquee();
break;
default:
break;
}