mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-24 08:09:18 -05:00
Correct warning
This commit is contained in:
@ -229,7 +229,7 @@ Image LoadImageRaw(const char *fileName, int width, int height, int format, int
|
|||||||
// TODO: Review function to support multiple color modes
|
// TODO: Review function to support multiple color modes
|
||||||
Image LoadImageFromRES(const char *rresName, int resId)
|
Image LoadImageFromRES(const char *rresName, int resId)
|
||||||
{
|
{
|
||||||
Image image;
|
Image image = { 0 };
|
||||||
bool found = false;
|
bool found = false;
|
||||||
|
|
||||||
char id[4]; // rRES file identifier
|
char id[4]; // rRES file identifier
|
||||||
|
|||||||
Reference in New Issue
Block a user