少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-24 23fa9c7fed658719cdb2d4e985a9dcb4a19f9017
5971  双进度条表现逻辑
1个文件已修改
4 ■■■■ 已修改文件
Core/GameEngine/Login/Launch.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Login/Launch.cs
@@ -859,7 +859,7 @@
            ShaderUtility.WarmUpAll();
            SpeechTranslate.Instance.RequestGetToken();
            UI3DModelExhibition.CreateStage();
            WindowCenter.Instance.Open<LaunchBackGroundWin>(true);
            var launchWin = WindowCenter.Instance.Get<LaunchWin>();
            if (launchWin != null)
            {
@@ -871,7 +871,7 @@
        {
            expectTime = timer;
            DebugEx.LogFormat("{0}执行时长:{1};", this.GetType().Name, timer);
            WindowCenter.Instance.Open<LaunchBackGroundWin>(true);
            var launchBackGroundWin = WindowCenter.Instance.Get<LaunchBackGroundWin>();
            launchBackGroundWin.transform.SetAsFirstSibling();
        }