diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-11 08:38:38 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-11 08:38:38 -0500 |
commit | 43bbcf02fd5e4e69a9aa521fa4cd572cc8675cf3 (patch) | |
tree | 1f9a4def2c1b236e9762dbb8d0b8fe9143b7a9a1 /include/Texture.h | |
parent | 2baf10d54f1cbfdb781b9b37987e0815dbdafc3f (diff) |
first areas plotted
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 |