client linux fonctionnel

This commit is contained in:
Marc-Eric Martel
2023-10-04 15:01:48 -04:00
parent cddc59d6cf
commit 93062e49e2
7 changed files with 51 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ void main()
texel = texture2D(tex,gl_TexCoord[0].st);
texel *= light;
texel.a = 255;
texel.a = 255.;
gl_FragColor = texel;
}