mirror of
https://git.planet-casio.com/Lephenixnoir/JustUI.git
synced 2024-12-28 04:23:40 +01:00
repaint scenes when coming back from main menu
This commit is contained in:
parent
cd4e3969bd
commit
6676e47368
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue