mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-25 02:33:05 -03:00
[BotW] Bugfix for Clarity
This commit is contained in:
parent
24785ee0e7
commit
c152f7a8bb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue