From 975ab1dc5408ed870f7b92ab0c883a4dd96949d0 Mon Sep 17 00:00:00 2001 From: madeline Date: Thu, 23 Apr 2026 03:07:44 -0700 Subject: [PATCH] i fugged up the merge --- src/dusk/imgui/ImGuiConsole.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dusk/imgui/ImGuiConsole.cpp b/src/dusk/imgui/ImGuiConsole.cpp index 68e3808194..5a15b0a1f4 100644 --- a/src/dusk/imgui/ImGuiConsole.cpp +++ b/src/dusk/imgui/ImGuiConsole.cpp @@ -329,7 +329,6 @@ namespace dusk { ImGui::PushStyleColor(ImGuiCol_WindowBg, ImVec4(0.0f, 0.0f, 0.0f, 0.0f)); if (showMenu && ImGui::BeginMainMenuBar()) { m_menuGame.draw(); - m_menuEnhancements.draw(); m_menuMods.draw(); m_menuTools.draw();