summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.c
diff options
context:
space:
mode:
authorRDR8 <[email protected]>2017-03-21 11:19:34 -0500
committerRDR8 <[email protected]>2017-03-21 11:19:34 -0500
commit314e1e0fd50ef44ee7fde4159f675f40a1aa9e07 (patch)
tree21bc5a5a239d91a73d6f7f0634ec61c33162833c /src/rlgl.c
parentc87006f85a680629ffb175d6bc0b147652c6a8a5 (diff)
parent004117a05c1a3766c88ab3662308a4a995abed3c (diff)
downloadraylib-314e1e0fd50ef44ee7fde4159f675f40a1aa9e07.tar.gz
raylib-314e1e0fd50ef44ee7fde4159f675f40a1aa9e07.zip
Merge remote-tracking branch 'upstream/develop' into staging-linux-gitignore
Diffstat (limited to 'src/rlgl.c')
-rw-r--r--src/rlgl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.c b/src/rlgl.c
index d76f90bb..a937bdec 100644
--- a/src/rlgl.c
+++ b/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;