ソースを参照

make matrix stack work closer to old opengl implementation

pull/420/head
user 7年前
コミット
07b522c113
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/rlgl.c

+ 1
- 1
src/rlgl.c ファイルの表示

@ -414,7 +414,7 @@ void rlPushMatrix(void)
}
stack[stackCounter] = *currentMatrix;
rlLoadIdentity();
// rlLoadIdentity();
stackCounter++;
if (currentMatrixMode == RL_MODELVIEW) useTempBuffer = true;

読み込み中…
キャンセル
保存