Merge branch 'linux' of https://github.com/CegepSTH/SQCSim2023 into linux

This commit is contained in:
MarcEricMartel
2023-10-07 11:43:55 -04:00
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;
}