Removed matrix resetting...
to emulate OpenGL funcionality
This commit is contained in:
parent
b9250cc47b
commit
ff9b486ebe
1 changed files with 0 additions and 1 deletions
|
@ -418,7 +418,6 @@ void rlPushMatrix(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
stack[stackCounter] = *currentMatrix;
|
stack[stackCounter] = *currentMatrix;
|
||||||
rlLoadIdentity();
|
|
||||||
stackCounter++;
|
stackCounter++;
|
||||||
|
|
||||||
if (currentMatrixMode == RL_MODELVIEW) useTempBuffer = true;
|
if (currentMatrixMode == RL_MODELVIEW) useTempBuffer = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue