mirror of
https://github.com/nothke/quality-control.git
synced 2025-08-08 14:53:44 +00:00
non-exitable window fix
This commit is contained in:
@@ -220,6 +220,9 @@ public class UIManager: MonoBehaviour
|
||||
case UIState.Pause:
|
||||
Pause.SetActive(false);
|
||||
break;
|
||||
case UIState.StageComplete:
|
||||
StageComplete.SetActive(false);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user