Sfoglia il codice sorgente

Removed matrix resetting...

to emulate OpenGL funcionality
pull/359/head
Ray 7 anni fa
parent
commit
ff9b486ebe
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      src/rlgl.c

+ 0
- 1
src/rlgl.c Vedi File

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

Caricamento…
Annulla
Salva