diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-14 08:43:23 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-14 08:43:23 -0500 |
commit | 3f70fa248e411178f33075f4b90f112eced37f14 (patch) | |
tree | 4d95da1a5b0bfb4f9f154e2fb6898950bed9bd5a /include/Texture.h | |
parent | c5050b17d16670c6151d5c135c3b01d66b7530f9 (diff) | |
parent | 43bbcf02fd5e4e69a9aa521fa4cd572cc8675cf3 (diff) |
Shit
Diffstat (limited to 'include/Texture.h')
-rw-r--r-- | include/Texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Texture.h b/include/Texture.h index bcd95af..85225d8 100644 --- a/include/Texture.h +++ b/include/Texture.h @@ -52,7 +52,7 @@ public: * Contains an array of the GLuints returned from Texture::loadTexture(). */ - GLuint *image; + GLuint *image = NULL; /** * Populates the image array from a list of strings, with each string as a |