Browse Source

Corrected bug

Ray 8 năm trước cách đây
mục cha
commit
974a6d4031
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;