Fixed shaders endings

This commit is contained in:
Фёдор Веселов 2024-09-23 21:45:44 +05:00
commit a126777a89
2 changed files with 2 additions and 3 deletions

View file

@ -10,4 +10,3 @@ vec4 luminance(vec4 col)
void fragment() {
COLOR = mix(COLOR, luminance(COLOR),amount);
}