mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-21 16:54:31 +00:00
make matrix stack work closer to old opengl implementation
This commit is contained in:
parent
a7f2fedbfb
commit
07b522c113
@ -414,7 +414,7 @@ void rlPushMatrix(void)
|
||||
}
|
||||
|
||||
stack[stackCounter] = *currentMatrix;
|
||||
rlLoadIdentity();
|
||||
// rlLoadIdentity();
|
||||
stackCounter++;
|
||||
|
||||
if (currentMatrixMode == RL_MODELVIEW) useTempBuffer = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user