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
Reverted change that breaks 3D drawing
It should be reviewed more carefully...
pull/363/head
Ray San
7 years ago
parent
ddea9d68bf
commit
412c52499a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/rlgl.c
+ 1
- 0
src/rlgl.c
View File
@ -417,6 +417,7 @@ void rlPushMatrix(void)
}
stack
[
stackCounter
]
=
*
currentMatrix
;
rlLoadIdentity
(
)
;
stackCounter
+
+
;
if
(
currentMatrixMode
=
=
RL_MODELVIEW
)
useTempBuffer
=
true
;
Write
Preview
Loading…
Cancel
Save