From 48d97975a01e310f41a54c7c9e5d88c76dc04968 Mon Sep 17 00:00:00 2001 From: aMannus Date: Sun, 24 Jul 2022 00:28:54 +0200 Subject: [PATCH] Fixed crash --- soh/soh/Enhancements/randomizer/randomizer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer.cpp b/soh/soh/Enhancements/randomizer/randomizer.cpp index 8deb4b549..15852dfd7 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer.cpp @@ -3896,7 +3896,6 @@ void DrawRandoEditor(bool& open) { "Sets whether or not Ganon's Castle Trials are required to enter Ganon's Tower."); ImGui::Separator(); } - ImGui::PopItemWidth(); // COLUMN 2 - Shuffle Settings ImGui::TableNextColumn();