少年修仙传客户端代码仓库
client_linchunjie
2018-08-13 88fc0bd7f737aa9602de0d892a80de3e33d3834a
System/SystemSetting/SystemSetting.cs
@@ -131,21 +131,18 @@
                Shader.DisableKeyword("QUALITY_HGH");
                Shader.DisableKeyword("QUALITY_MED");
                Shader.EnableKeyword("QUALITY_LOW");
                PostProcessingUtility.TogglePostProcessing(false);
                break;
            case GameQuality.Medium:
                Shader.globalMaximumLOD = 250;
                Shader.DisableKeyword("QUALITY_HGH");
                Shader.EnableKeyword("QUALITY_MED");
                Shader.DisableKeyword("QUALITY_LOW");
                PostProcessingUtility.TogglePostProcessing(false);
                break;
            case GameQuality.High:
                Shader.globalMaximumLOD = 500;
                Shader.EnableKeyword("QUALITY_HGH");
                Shader.DisableKeyword("QUALITY_MED");
                Shader.DisableKeyword("QUALITY_LOW");
                PostProcessingUtility.TogglePostProcessing(false);
                break;
        }