Bläddra i källkod

Corrected bug

Ray 8 år sedan
förälder
incheckning
974a6d4031
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;