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