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…
Reference in New Issue
Block a user