ソースを参照

Reverted change that breaks 3D drawing

It should be reviewed more carefully...
pull/363/head
Ray San 8年前
コミット
412c52499a
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/rlgl.c

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

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

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