diff options
Diffstat (limited to 'src/texture.hpp')
-rw-r--r-- | src/texture.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/texture.hpp b/src/texture.hpp index 4483d0f..25fed54 100644 --- a/src/texture.hpp +++ b/src/texture.hpp @@ -31,7 +31,7 @@ class Texture { private: public: - GLuint tex; + GLuint tex = 0; int width; int height; Texture() {}; |