Преглед изворни кода

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;

Loading…
Откажи
Сачувај