diff options
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 |