canviat blit() per render()

This commit is contained in:
2025-01-05 10:45:05 +01:00
parent 1f8f9b11ed
commit 768f466b20
9 changed files with 18 additions and 20 deletions

View File

@@ -231,7 +231,7 @@ void Logo::render()
}
// Vuelca el contenido del renderizador en pantalla
Screen::get()->blit();
Screen::get()->render();
}
// Bucle para el logo del juego