| System/SystemSetting/SystemSetWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/SystemSetting/SystemSetting.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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;