1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00

whitespace

This commit is contained in:
Gefüllte Taubenbrust 2025-08-05 21:14:52 +02:00
parent b8b8500dcd
commit b71a5332f3

View file

@ -161,7 +161,7 @@ void main(void)
// ASC CDL color grading
color.rgb = mix(color.rgb, pow(max(color.rgb * cdl_slope + cdl_offset, 0.0), cdl_power), 1.);
color.rgb = applySaturation(color.rgb, saturation);
}