少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-31 89a7451df9af8f4851aa9dcde7a1923edc14f71c
3335 场景切换重构
1个文件已修改
7 ■■■■ 已修改文件
System/Loading/LoadingWin.cs 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Loading/LoadingWin.cs
@@ -226,7 +226,12 @@
            if (loadingType == LoadingType.Normal)
            {
                m_ProgressSlider.value = 0.1f + StageLoad.Instance.progress * 0.9f;
                if (StageLoad.Instance.progress + 0.1f > refProgress)
                {
                    refProgress = Mathf.Clamp01(StageLoad.Instance.progress + 0.1f);
                }
                m_ProgressSlider.value = refProgress;
            }
        }