Ya sale de la demo con cualquier tecla

This commit is contained in:
2022-10-24 21:54:57 +02:00
parent 38c18ae676
commit fa6d73f7f4
3 changed files with 23 additions and 9 deletions

View File

@@ -154,9 +154,6 @@ void Demo::render()
scoreboard->render();
screen->renderFX();
//text->write(0, 0, std::to_string(counter));
text->write(0, 0, std::to_string(section.name));
// Actualiza la pantalla
screen->blit();
}