Fixed obj.fs.glsl from log testing.

This commit is contained in:
2017-02-27 16:40:14 -05:00
parent 180d714995
commit 7259f5daf2

View File

@@ -5,7 +5,7 @@ in float light;
uniform sampler2D tex;
void main ()l
void main ()
{
vec4 color = texture(tex, vcoord);
color.xyz *= light;