Ver a proveniência

Removed matrix resetting...

to emulate OpenGL funcionality
pull/359/head
Ray há 7 anos
ascendente
cometimento
ff9b486ebe
1 ficheiros alterados com 0 adições e 1 eliminações
  1. +0
    -1
      src/rlgl.c

+ 0
- 1
src/rlgl.c Ver ficheiro

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

Carregando…
Cancelar
Guardar