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
make matrix stack work closer to old opengl implementation
pull/420/head
user
hace 8 años
padre
a7f2fedbfb
commit
07b522c113
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/rlgl.c
+ 1
- 1
src/rlgl.c
Ver fichero
@ -414,7 +414,7 @@ void rlPushMatrix(void)
}
stack
[
stackCounter
]
=
*
currentMatrix
;
rlLoadIdentity
(
)
;
/
/
rlLoadIdentity
(
)
;
stackCounter
+
+
;
if
(
currentMatrixMode
=
=
RL_MODELVIEW
)
useTempBuffer
=
true
;
Escribir
Vista previa
Cargando…
Cancelar
Guardar