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