Browse Source

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

victorfisac 9 năm trước cách đây
mục cha
commit
c60cc9ee18
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/rlgl.c

+ 1 - 1
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)
     {