Explorar el Código

Removed matrix resetting...

to emulate OpenGL funcionality
pull/359/head
Ray hace 7 años
padre
commit
ff9b486ebe
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/rlgl.c

+ 0
- 1
src/rlgl.c Ver fichero

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

Cargando…
Cancelar
Guardar