Sfoglia il codice sorgente

make matrix stack work closer to old opengl implementation

pull/420/head
user 7 anni fa
parent
commit
07b522c113
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/rlgl.c

+ 1
- 1
src/rlgl.c Vedi File

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

Caricamento…
Annulla
Salva