mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-28 14:08:29 +00:00
Corrected bug
This commit is contained in:
@@ -251,7 +251,7 @@ static Matrix projection;
|
|||||||
static Matrix *currentMatrix;
|
static Matrix *currentMatrix;
|
||||||
static int currentMatrixMode;
|
static int currentMatrixMode;
|
||||||
|
|
||||||
static DrawMode currentDrawMode;
|
static int currentDrawMode;
|
||||||
|
|
||||||
static float currentDepth = -1.0f;
|
static float currentDepth = -1.0f;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user