mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
whitespace
This commit is contained in:
parent
b8b8500dcd
commit
b71a5332f3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue