From 81a6260ce5e8815413d9237c63d8f0793f8b7d23 Mon Sep 17 00:00:00 2001 From: Kenix3 Date: Thu, 1 Feb 2024 21:29:18 -0500 Subject: [PATCH] Update soh/soh/SohMenuBar.cpp --- soh/soh/SohMenuBar.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/soh/soh/SohMenuBar.cpp b/soh/soh/SohMenuBar.cpp index 5b79f466d..7c1f51cf1 100644 --- a/soh/soh/SohMenuBar.cpp +++ b/soh/soh/SohMenuBar.cpp @@ -1238,8 +1238,6 @@ void DrawEnhancementsMenu() { } } - ImGui::Dummy(ImVec2(0,0)); - ImGui::EndMenu(); }