diff --git a/Enhancements/BreathOfTheWild_Clarity/37040a485a29d54e_00000000000003c9_ps.txt b/Enhancements/BreathOfTheWild_Clarity/37040a485a29d54e_00000000000003c9_ps.txt index 3bdd2e80..6ef34a74 100644 --- a/Enhancements/BreathOfTheWild_Clarity/37040a485a29d54e_00000000000003c9_ps.txt +++ b/Enhancements/BreathOfTheWild_Clarity/37040a485a29d54e_00000000000003c9_ps.txt @@ -1061,6 +1061,7 @@ vec3 CurvesPass(vec3 inputColor) { x = ( x / (0.5 + abs(x)) ) + 0.5; vec3 color = x; colorInput.rgb = mix(colorInput.rgb, color, Contrast_blend); + return colorInput; } //TECHNICOLOR2