Explorar el Código

Corrected bug

Ray hace 8 años
padre
commit
974a6d4031
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/rlgl.c

+ 1 - 1
src/rlgl.c

@@ -251,7 +251,7 @@ static Matrix projection;
 static Matrix *currentMatrix;
 static int currentMatrixMode;
 
-static DrawMode currentDrawMode;
+static int currentDrawMode;
 
 static float currentDepth = -1.0f;