diff options
Diffstat (limited to 'src/render/openglgraphicsdef.hpp')
-rw-r--r-- | src/render/openglgraphicsdef.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/openglgraphicsdef.hpp b/src/render/openglgraphicsdef.hpp index 393803789..31bb798b4 100644 --- a/src/render/openglgraphicsdef.hpp +++ b/src/render/openglgraphicsdef.hpp @@ -45,7 +45,7 @@ public: static void bindTexture(const GLenum target, const GLuint texture); - static GLuint mLastImage; + static GLuint mTextureBinded; protected: void setTexturingAndBlending(const bool enable); |