Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfisac committed May 20, 2016
2 parents 3fa6fda + 6dac1ef commit c60cc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rlgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit c60cc9e

Please sign in to comment.