diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-12 18:16:06 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-12 18:16:06 -0400 |
commit | 2564533a4860a8452abc27ba05115ca11ed4a787 (patch) | |
tree | 67c5dfb2e892f0d492d977b8a5fa42321f2fa4a5 /src/texture.hpp | |
parent | 8f0db67c5fdbc1e7b8759f44b45ad64caf336cb5 (diff) |
Ability to pass world data into Lua
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() {}; |