diff --git a/Gameton-06/Assets/Gameton/Scripts/Common/Main.cs b/Gameton-06/Assets/Gameton/Scripts/Common/Main.cs index 4c6ac6aa..ba3ac5c1 100644 --- a/Gameton-06/Assets/Gameton/Scripts/Common/Main.cs +++ b/Gameton-06/Assets/Gameton/Scripts/Common/Main.cs @@ -76,7 +76,6 @@ namespace TON private IEnumerator ChangeScene(System.Action onSceneChangeCompletedCallback = null) where T : SceneBase { UIManager.Show(UIList.LoadingUI); - yield return new WaitForSeconds(3f); isSceneChangeProgress = true;