Skip to content

Commit 309263b

Browse files
committed
SDLK_q cannot exit resume menu anymore
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
1 parent e26fd87 commit 309263b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

menu/menu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ int launch_resume_menu_loop()
10501050

10511051
case SDLK_q:
10521052
case SDLK_ESCAPE:
1053-
stop_menu_loop = 1;
1053+
/*stop_menu_loop = 1;*/
10541054
break;
10551055

10561056
case SDLK_u:

0 commit comments

Comments
 (0)