From 9376557834e7ed4b423e7533ad03c665d17c3555 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Mon, 24 Jul 2023 18:06:09 -0600 Subject: [PATCH] game: add a clear text label for how to hide the top bar (#2845) --- game/graphics/opengl_renderer/debug_gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/game/graphics/opengl_renderer/debug_gui.cpp b/game/graphics/opengl_renderer/debug_gui.cpp index 294d5595ed..62564941b4 100644 --- a/game/graphics/opengl_renderer/debug_gui.cpp +++ b/game/graphics/opengl_renderer/debug_gui.cpp @@ -162,6 +162,7 @@ void OpenGlDebugGui::draw(const DmaStats& dma_stats) { } ImGui::EndMenu(); } + ImGui::Text("Press F12 to hide this menu"); } ImGui::EndMainMenuBar();