少年修仙传客户端代码仓库
client_Zxw
2019-01-28 f47ea60f59e0b2b8601583351e269151237c6708
Fight/Stage/StageManager.cs
@@ -319,6 +319,9 @@
            catch (System.Exception ex)
            {
                ExceptionCatcher.ReportException("场景加载 Step6 执行到: " + m_InitHeroStep, ex);
#if UNITY_EDITOR
                Debug.Log(ex.StackTrace);
#endif
            }
        }
@@ -380,6 +383,8 @@
            Debug.LogFormat("不发包0107:当前Stage:{0}", CurrentStage);
        }
        isLoading = false;
        switch (this.socketType)
        {
            case GameNetSystem.SocketType.Main:
@@ -418,7 +423,6 @@
        loadTimeOutCatcher = null;
        Application.backgroundLoadingPriority = ThreadPriority.BelowNormal;
        isLoading = false;
        DebugEx.LogFormat("StageManager => Load Scene : {0} Finished.", _resources);
        WindowCenter.Instance.Close<LoadingWin>();