redo keybinds for debug tab

This commit is contained in:
madeline
2026-04-14 07:07:19 -07:00
parent 130e5c9502
commit 09e9c6ad34
6 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
namespace dusk {
void ImGuiMenuTools::ShowCameraOverlay() {
if (!ImGuiConsole::CheckMenuViewToggle(ImGuiKey_F6, m_showCameraOverlay)) {
if (!ImGuiConsole::CheckMenuViewToggle(ImGuiKey_F9, m_showCameraOverlay)) {
return;
}