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
Correct warning
pull/189/head
Ray
hace 8 años
padre
db6538859c
commit
b4a3f294bf
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/textures.c
+ 1
- 1
src/textures.c
Ver fichero
@ -229,7 +229,7 @@ Image LoadImageRaw(const char *fileName, int width, int height, int format, int
/
/
TODO
:
Review
function
to
support
multiple
color
modes
Image
LoadImageFromRES
(
const
char
*
rresName
,
int
resId
)
{
Image
image
;
Image
image
=
{
0
}
;
bool
found
=
false
;
char
id
[
4
]
;
/
/
rRES
file
identifier
Escribir
Vista previa
Cargando…
Cancelar
Guardar