diff --git a/Enhancement/BreathOfTheWild_ClarityGFX/bd8bba59e2149449_00000000000003c9_ps.txt b/Enhancement/BreathOfTheWild_ClarityGFX/bd8bba59e2149449_00000000000003c9_ps.txt index e62d009a..dcdad402 100644 --- a/Enhancement/BreathOfTheWild_ClarityGFX/bd8bba59e2149449_00000000000003c9_ps.txt +++ b/Enhancement/BreathOfTheWild_ClarityGFX/bd8bba59e2149449_00000000000003c9_ps.txt @@ -220,5 +220,5 @@ vec3 brtColor = color * brt; vec3 intensity = vec3(dot(color, LumCoeff)); vec3 satColor = mix(intensity, color, 1.); vec3 conColor = mix(AvgLumin, satColor, con); -passPixelColor0 = vec4(conColor, R0f.w); //output conColor, above Contrasty is bypassed +passPixelColor0 = vec4(conColor, R0f.w); } \ No newline at end of file