From c152f7a8bbd61fc53114c25bd476413a3a94b373 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Sat, 27 Apr 2019 07:54:26 +0200 Subject: [PATCH] [BotW] Bugfix for Clarity --- .../37040a485a29d54e_00000000000003c9_ps.txt | 1 + 1 file changed, 1 insertion(+) 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