Correct warning
This commit is contained in:
parent
db6538859c
commit
b4a3f294bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue