diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2026-06-25 09:59:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-25 09:59:49 -0400 |
| commit | c74ad0e380f14b205f91f54360aae3539029fb8e (patch) | |
| tree | 6ebb1a6abbe80cae9315030ea317d8eb280c5255 | |
| parent | ce2563a267c7b10954484adf6af277478935af00 (diff) | |
Fix mod menu child scope (#1753)
| -rw-r--r-- | mm/2s2h/Enhancements/ModMenu/ModMenu.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mm/2s2h/Enhancements/ModMenu/ModMenu.cpp b/mm/2s2h/Enhancements/ModMenu/ModMenu.cpp index 59d492ef7..9c9cd733a 100644 --- a/mm/2s2h/Enhancements/ModMenu/ModMenu.cpp +++ b/mm/2s2h/Enhancements/ModMenu/ModMenu.cpp @@ -352,9 +352,8 @@ void ModMenuWindow::DrawElement() { if (ImGui::BeginChild("Enabled Mods", ImVec2(0, -8))) { DrawMods(true); - - ImGui::EndChild(); } + ImGui::EndChild(); /*ImGui::TableNextColumn(); |
