Removed unneccesary line

This commit is contained in:
aMannus 2022-07-23 19:22:22 +02:00
parent 2d2d558657
commit f49d397581

View File

@ -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();