mirror of
https://github.com/nothke/quality-control.git
synced 2024-11-12 22:03:42 +00:00
non-exitable window fix
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user