This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
raylib-src
огледало од
https://github.com/raysan5/raylib
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
24
Вики
Activity
Преглед изворни кода
Correct warning
pull/189/head
Ray
пре 9 година
родитељ
db6538859c
комит
b4a3f294bf
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/textures.c
+ 1
- 1
src/textures.c
Прегледај датотеку
@ -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
Write
Preview
Loading…
Откажи
Сачувај