repaint scenes when coming back from main menu

This commit is contained in:
Lephenixnoir 2021-05-13 14:07:29 +02:00
parent cd4e3969bd
commit 6676e47368
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ jevent jscene_run(jscene *s)
if(k.type == KEYEV_DOWN && k.key == KEY_MENU && !k.shift && !k.alpha) {
gint_osmenu();
jscene_queue_event(s, (jevent){ .type = JSCENE_PAINT });
continue;
}
#ifdef FX9860G