Merge pull request #11 from CegepSTH/linux

Serveur Linux
This commit is contained in:
MarcEricMartel
2023-10-16 17:38:59 -04:00
committed by GitHub
14 changed files with 127 additions and 12 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;
}