浏览代码

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;