Fix: No se limpiaba la pantalla tras entrar el JailerID

This commit is contained in:
2023-09-15 07:45:21 +02:00
parent 3fcf3b23e0
commit b1887fe6da
2 changed files with 9 additions and 2 deletions

View File

@@ -242,6 +242,11 @@ void Intro::run()
JA_SetVolume(64);
JA_PlayMusic(loadingSound1);
// Limpia la pantalla
screen->start();
screen->clean();
screen->blit();
while (section->name == SECTION_PROG_INTRO)
{
update();