Hide toggle arrows when exiting the debug menu

This commit is contained in:
Philippe Symons
2026-03-10 01:00:08 +01:00
parent 6e377fc709
commit 7d4715ab1b

View File

@@ -52,6 +52,8 @@ void show_debug_menu()
debug_menu.run();
debug_menu.hide();
obj_hide(toggle_arrow_left);
obj_hide(toggle_arrow_right);
hide_text_box();
tte_erase_rect(0, 0, H_MAX, V_MAX);