aboutsummaryrefslogtreecommitdiffstats
path: root/include/Texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Texture.h')
-rw-r--r--include/Texture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Texture.h b/include/Texture.h
index 81a743e..a3f242b 100644
--- a/include/Texture.h
+++ b/include/Texture.h
@@ -11,7 +11,6 @@ namespace Texture{
class Texturec{
private:
- GLuint *image;
int texState;
public:
Texturec(uint amt, ...);
@@ -19,6 +18,8 @@ public:
void bindPrev();
void bind(int);
void walk();
+
+ GLuint *image;
};
#endif //TEXTURE_H