mirror of
https://github.com/nothke/quality-control.git
synced 2024-12-22 07:47:30 +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:
|
case UIState.Pause:
|
||||||
Pause.SetActive(false);
|
Pause.SetActive(false);
|
||||||
break;
|
break;
|
||||||
|
case UIState.StageComplete:
|
||||||
|
StageComplete.SetActive(false);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user