Преглед изворни кода

Removed matrix resetting...

to emulate OpenGL funcionality
Ray пре 8 година
родитељ
комит
ff9b486ebe
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/rlgl.c

+ 0 - 1
src/rlgl.c

@@ -418,7 +418,6 @@ void rlPushMatrix(void)
     }
 
     stack[stackCounter] = *currentMatrix;
-    rlLoadIdentity();
     stackCounter++;
 
     if (currentMatrixMode == RL_MODELVIEW) useTempBuffer = true;