瀏覽代碼

Corrected bug

Ray 8 年之前
父節點
當前提交
974a6d4031
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;