This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Corrected bug
pull/249/head
Ray
8 years ago
parent
59652c75b4
commit
974a6d4031
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save