This commit is contained in:
tildearrow 2022-01-29 01:23:21 -05:00
parent 5dafd10fc7
commit 03c4891acb
1 changed files with 1 additions and 1 deletions

View File

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