arreglos d'estil en Screen

This commit is contained in:
2025-03-20 08:22:25 +01:00
parent 0de6117ca0
commit 7aae9fb5e6
3 changed files with 54 additions and 45 deletions

View File

@@ -214,7 +214,7 @@ void LoadingScreen::run()
// Limpia la pantalla
Screen::get()->start();
Screen::get()->clear();
Screen::get()->clearRenderer();
Screen::get()->render();
while (options.section.section == Section::LOADING_SCREEN)