aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-05-20 15:01:36 +0200
committerraysan5 <raysan5@gmail.com>2016-05-20 15:01:36 +0200
commit6dac1efefef137ae487fa9f4c782b80538f784ba (patch)
tree1dd936442c27726bd253cf0f155ea52eca0abca4 /src
parent8b3603cd48665d7b7ab80ffee339a4f78cc9d039 (diff)
downloadraylib-6dac1efefef137ae487fa9f4c782b80538f784ba.tar.gz
raylib-6dac1efefef137ae487fa9f4c782b80538f784ba.zip
Comented buggy code to avoid problems...
...on model drawing
Diffstat (limited to 'src')
-rw-r--r--src/rlgl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.c b/src/rlgl.c
index e971d747..c5048aff 100644
--- a/src/rlgl.c
+++ b/src/rlgl.c
@@ -1797,7 +1797,7 @@ void rlglDrawMesh(Mesh mesh, Material material, Matrix transform)
}
// Setup shader uniforms for lights
- SetShaderLights(material.shader);
+ //SetShaderLights(material.shader);
if (vaoSupported)
{