diff options
Diffstat (limited to 'include/Texture.h')
-rw-r--r-- | include/Texture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Texture.h b/include/Texture.h index a3f242b..c590f6a 100644 --- a/include/Texture.h +++ b/include/Texture.h @@ -11,12 +11,12 @@ namespace Texture{ class Texturec{ private: - int texState; + unsigned int texState; public: Texturec(uint amt, ...); void bindNext(); void bindPrev(); - void bind(int); + void bind(unsigned int); void walk(); GLuint *image; |