From f49d3975817b80f9a99de9b285ff62c75359b2f3 Mon Sep 17 00:00:00 2001 From: aMannus Date: Sat, 23 Jul 2022 19:22:22 +0200 Subject: [PATCH] Removed unneccesary line --- 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 0448b6c72..097f1de1e 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer.cpp @@ -3710,7 +3710,6 @@ void DrawRandoEditor(bool& open) { "Timer", "Zelda Gasp (Adult)" }; - ImGui::SetNextWindowSize(ImVec2(750, 530), ImGuiCond_FirstUseEver); if (!ImGui::Begin("Randomizer Editor", &open, ImGuiWindowFlags_NoFocusOnAppearing)) { ImGui::End();