Won't return to Auth scene
This commit is contained in:
parent
fd75b68928
commit
f624b98136
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ void FP_Scene_Exit_Auth(void* context) {
|
|||
// Setting context
|
||||
FP_App* app = context;
|
||||
|
||||
// Exit app upon re-enter
|
||||
scene_manager_previous_scene(app->scene_manager);
|
||||
|
||||
// Reset menu
|
||||
submenu_reset(app->submenu);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue