소스 검색

Removed matrix resetting...

to emulate OpenGL funcionality
pull/359/head
Ray 7 년 전
부모
커밋
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;

불러오는 중...
취소
저장