This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Correct warning
pull/189/head
Ray
8 years ago
parent
db6538859c
commit
b4a3f294bf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/textures.c
+ 1
- 1
src/textures.c
View File
@ -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…
Cancel
Save