[BotW] Bugfix for Clarity

This commit is contained in:
Crementif 2019-04-27 07:54:26 +02:00
parent 24785ee0e7
commit c152f7a8bb
No known key found for this signature in database
GPG Key ID: F9BA5311478A0564

View File

@ -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