aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2016-10-09 13:07:55 +0200
committerRay <raysan5@gmail.com>2016-10-09 13:07:55 +0200
commitb4a3f294bfe8c2c854b45ff56d971c3995b71f62 (patch)
treeef7d5f80121948cba7dc0207e80dcd3d1fb6c7cb /src
parentdb6538859cd2fabb44f1f29cd87f5b498ca0c2c8 (diff)
downloadraylib-b4a3f294bfe8c2c854b45ff56d971c3995b71f62.tar.gz
raylib-b4a3f294bfe8c2c854b45ff56d971c3995b71f62.zip
Correct warning
Diffstat (limited to 'src')
-rw-r--r--src/textures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c
index 5de0590b..fd5bdd80 100644
--- a/src/textures.c
+++ b/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