Browse Source

Removed matrix resetting...

to emulate OpenGL funcionality
Ray 8 năm trước cách đây
mục cha
commit
ff9b486ebe
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;