Selaa lähdekoodia

Removed matrix resetting...

to emulate OpenGL funcionality
Ray 8 vuotta sitten
vanhempi
commit
ff9b486ebe
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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;