From 7d4715ab1b625eea56daf06fdb21f6006778c35f Mon Sep 17 00:00:00 2001 From: Philippe Symons Date: Tue, 10 Mar 2026 01:00:08 +0100 Subject: [PATCH] Hide toggle arrows when exiting the debug menu --- source/dbg/debug_menu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/dbg/debug_menu.cpp b/source/dbg/debug_menu.cpp index 479ea71..e7b7f2b 100644 --- a/source/dbg/debug_menu.cpp +++ b/source/dbg/debug_menu.cpp @@ -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);