少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-21 28649256671aafbbff975f516b0e6cf27fb2c33b
3335 修改配置解析限制速度
2个文件已修改
8 ■■■■ 已修改文件
System/Launch/LaunchWin.cs 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/ConfigInitiator.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Launch/LaunchWin.cs
@@ -92,6 +92,11 @@
                m_IosProgressContainer.gameObject.SetActive(false);
            }
            if (m_StageDescription != null)
            {
                m_StageDescription.text = GetLaunchStageDescription(showStage, showStep);
            }
            UpdateProgress();
        }
@@ -111,6 +116,7 @@
        protected override void OnActived()
        {
            base.OnActived();
            if (m_TotalProgressSlider == null)
            {
                m_TotalProgressSlider = this.GetComponentInChildren<SmoothSlider>(true);
Utility/ConfigInitiator.cs
@@ -384,7 +384,7 @@
                }
                else if (DeviceUtility.cpu > 1 && DeviceUtility.memory > 1.5f * 1024)
                {
                    return 4;
                    return 2;
                }
                else
                {