Updating global_next_frame to be interrupt based

This commit is contained in:
GearsProgress
2026-04-16 13:56:50 -04:00
parent 4408ae1a42
commit 4e92542f5c
13 changed files with 55 additions and 55 deletions

View File

@@ -76,7 +76,7 @@ int Select_Menu::select_menu_main()
menu_widget_.hide();
global_next_frame();
//global_next_frame();
return item_value;
}