From 974a6d4031edbe9f4cfafed0c9bc5ed362d51a2a Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 21 Mar 2017 13:21:07 +0100 Subject: [PATCH] Corrected bug --- src/rlgl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;