Parcourir la source

Comented buggy code to avoid problems...

...on model drawing
pull/118/head
raysan5 il y a 9 ans
Parent
révision
6dac1efefe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/rlgl.c

+ 1
- 1
src/rlgl.c Voir le fichier

@ -1797,7 +1797,7 @@ void rlglDrawMesh(Mesh mesh, Material material, Matrix transform)
}
// Setup shader uniforms for lights
SetShaderLights(material.shader);
o">//SetShaderLights(material.shader);
if (vaoSupported)
{

Chargement…
Annuler
Enregistrer