mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 18:29:18 -05:00
Reverted change that breaks 3D drawing
It should be reviewed more carefully...
This commit is contained in:
@ -417,6 +417,7 @@ void rlPushMatrix(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
stack[stackCounter] = *currentMatrix;
|
stack[stackCounter] = *currentMatrix;
|
||||||
|
rlLoadIdentity();
|
||||||
stackCounter++;
|
stackCounter++;
|
||||||
|
|
||||||
if (currentMatrixMode == RL_MODELVIEW) useTempBuffer = true;
|
if (currentMatrixMode == RL_MODELVIEW) useTempBuffer = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user