1
0
mirror of https://github.com/nothke/quality-control.git synced 2025-04-01 00:15:07 +00:00

non-exitable window fix

This commit is contained in:
Daniel Tyomin 2024-08-20 10:50:07 +02:00
parent 8447fe871c
commit a88f8cb12f

@ -220,6 +220,9 @@ public class UIManager: MonoBehaviour
case UIState.Pause:
Pause.SetActive(false);
break;
case UIState.StageComplete:
StageComplete.SetActive(false);
break;
}
}