From 5e2b7acabbdd1301dbcb93c0a2fab618953ec47a Mon Sep 17 00:00:00 2001 From: aMannus Date: Sun, 24 Jul 2022 14:19:37 +0200 Subject: [PATCH] Tiny code cleanup --- libultraship/libultraship/ImGuiImpl.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libultraship/libultraship/ImGuiImpl.cpp b/libultraship/libultraship/ImGuiImpl.cpp index 1eb9bedfc6..47b992b88e 100644 --- a/libultraship/libultraship/ImGuiImpl.cpp +++ b/libultraship/libultraship/ImGuiImpl.cpp @@ -1396,8 +1396,8 @@ namespace SohImGui { } } + // Randomizer Menu ImGui::SetCursorPosY(0.0f); - if (ImGui::BeginMenu("Randomizer")) { EnhancementCheckbox("Randomizer Settings", "gRandomizerSettingsEnabled"); @@ -1414,13 +1414,10 @@ namespace SohImGui { "of item that is obtained. This can make fanfares\n" "longer than usual in some cases." ); - ImGui::EndMenu(); } - ImGui::EndMenu(); } - ImGui::EndMenuBar(); }