Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Archivist
/
raylib-src
peilaus alkaen
https://github.com/raysan5/raylib
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
24
Wiki
Toiminta
Selaa lähdekoodia
Correct warning
pull/189/head
Ray
9 vuotta sitten
vanhempi
db6538859c
commit
b4a3f294bf
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/textures.c
+ 1
- 1
src/textures.c
Näytä tiedosto
@ -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
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna