Arreglada la clase Screen. Había un lio de conceptos con varias variables

This commit is contained in:
2022-11-18 20:09:03 +01:00
parent 90bdad7d51
commit fdc8797d2b
20 changed files with 708 additions and 128 deletions

View File

@@ -233,6 +233,9 @@ void Game::update()
updateBlackScreen();
// Actualiza las notificaciones
screen->updateNotifier();
#ifdef DEBUG
updateDebugInfo();
#endif