From 03c4891acbd19bc7b8991bf6516023e4563c8a4f Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 29 Jan 2022 01:23:21 -0500 Subject: [PATCH] lol --- src/gui/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 542c996e..962517ea 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -5006,7 +5006,7 @@ bool FurnaceGUI::loop() { break; } } - if (warnAction==GUI_WARN_GENERIC) { + if (warnAction!=GUI_WARN_GENERIC) { ImGui::SameLine(); if (ImGui::Button("No")) { ImGui::CloseCurrentPopup();