Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
raylib-src
réplica de
https://github.com/raysan5/raylib
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
24
Wiki
Actividad
Explorar el Código
Removed matrix resetting...
to emulate OpenGL funcionality
pull/359/head
Ray
hace 7 años
padre
b9250cc47b
commit
ff9b486ebe
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
;
Escribir
Vista previa
Cargando…
Cancelar
Guardar