Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop

This commit is contained in:
victorfisac 2016-05-20 15:05:12 +02:00
commit c60cc9ee18

View File

@ -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)
{