Browse Source

Corrected bug

pull/249/head
Ray 8 years ago
parent
commit
974a6d4031
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rlgl.c

+ 1
- 1
src/rlgl.c View File

@ -251,7 +251,7 @@ static Matrix projection;
static Matrix *currentMatrix;
static int currentMatrixMode;
static n">DrawMode currentDrawMode;
static kt">int currentDrawMode;
static float currentDepth = -1.0f;

Loading…
Cancel
Save