소스 검색

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;