Skip to content

Commit

Permalink
clear screen after warn
Browse files Browse the repository at this point in the history
  • Loading branch information
anzz1 authored May 26, 2023
1 parent 89f29d6 commit 38d992e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libmmenu/mmenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ void ShowWarning(void) {
SDL_Delay(200);
}
SDL_FreeSurface(okay);
GFX_clear();
}

// TODO: look at common data between SaveLoad and ShowMenu and determine which can be determined once and cached
Expand Down

0 comments on commit 38d992e

Please sign in to comment.