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
Removed matrix resetting...
to emulate OpenGL funcionality
pull/359/head
Ray
7 years ago
parent
b9250cc47b
commit
ff9b486ebe
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/rlgl.c
+ 0
- 1
src/rlgl.c
View File
@ -418,7 +418,6 @@ void rlPushMatrix(void)
}
stack
[
stackCounter
]
=
*
currentMatrix
;
rlLoadIdentity
(
)
;
stackCounter
+
+
;
if
(
currentMatrixMode
=
=
RL_MODELVIEW
)
useTempBuffer
=
true
;
Write
Preview
Loading…
Cancel
Save