Explorar el Código

Reverted change that breaks 3D drawing

It should be reviewed more carefully...
pull/363/head
Ray San hace 8 años
padre
commit
412c52499a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/rlgl.c

+ 1
- 0
src/rlgl.c Ver fichero

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

Cargando…
Cancelar
Guardar