aboutsummaryrefslogtreecommitdiffstats
path: root/src/texture.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/texture.hpp')
-rw-r--r--src/texture.hpp2
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() {};