mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 21:01:37 +00:00
message_window: fix visibility persisting after window closes
This commit is contained in:
parent
130d72d805
commit
f6824c135a
1 changed files with 4 additions and 0 deletions
|
|
@ -284,6 +284,10 @@ void MessageWindow::Draw()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (g_isClosing)
|
||||||
|
{
|
||||||
|
s_isVisible = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MessageWindow::Open(std::string text, int* result, std::span<std::string> buttons, int defaultButtonIndex)
|
bool MessageWindow::Open(std::string text, int* result, std::span<std::string> buttons, int defaultButtonIndex)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue