Prechádzať zdrojové kódy

Removed matrix resetting...

to emulate OpenGL funcionality
Ray 8 rokov pred
rodič
commit
ff9b486ebe
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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;