1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Apply suggested changes

This commit is contained in:
Gefüllte Taubenbrust 2025-01-14 20:28:54 +01:00
parent 7fdad3600e
commit 632bd7a5f7
5 changed files with 18 additions and 21 deletions

View file

@ -33,4 +33,4 @@ void main (void)
vec4 col = vec4(color.rgb, base.a);
col *= varColor;
gl_FragColor = vec4(col.rgb, base.a);
}
}