少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-23 44d79fb41d1277bacb204cd4e87029b6359a1015
2824 1.0.15【前端】系统设置的标签页新增最大帧数选项
2个文件已修改
2 ■■■ 已修改文件
System/SystemSetting/SystemSetWin.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/SystemSetting/SystemSetting.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/SystemSetting/SystemSetWin.cs
@@ -182,6 +182,7 @@
                SystemSetting.Instance.SetQualityLevel(GameQuality.Low);
                if (isInited)
                {
                    SystemSetting.Instance.SetVSyncCount(2);
                    SystemSetting.Instance.SetPlayerSyncCount(5);
                }
            }
System/SystemSetting/SystemSetting.cs
@@ -147,7 +147,6 @@
                Shader.DisableKeyword("QUALITY_HGH");
                Shader.DisableKeyword("QUALITY_MED");
                Shader.EnableKeyword("QUALITY_LOW");
                SetVSyncCount(2);
                break;
            case GameQuality.Medium:
                Shader.globalMaximumLOD = 250;