mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-28 05:11:37 +00:00
Check for closing during AchievementOverlay::Open.
This commit is contained in:
parent
47b1f20679
commit
ea2e303281
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ void AchievementOverlay::Draw()
|
|||
|
||||
void AchievementOverlay::Open(int id)
|
||||
{
|
||||
if (s_isVisible)
|
||||
if (s_isVisible && !g_isClosing)
|
||||
{
|
||||
s_queue.emplace(id);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue