瀏覽代碼

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;

Loading…
取消
儲存