summaryrefslogtreecommitdiff
path: root/src/render/openglgraphicsdef.hpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-02 21:11:48 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-02 21:11:48 +0300
commitc5ba04d8c4f303ad621bfb295a37668bc1b3bb9c (patch)
treea10646b7e9d9279df8bf2d5af7fb23a7f7f47a3f /src/render/openglgraphicsdef.hpp
parentf1f04f512d284d12bf2c59e212800d7c24de323e (diff)
downloadplus-c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c.tar.gz
plus-c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c.tar.bz2
plus-c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c.tar.xz
plus-c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c.zip
Rename some variables in renderers.
Diffstat (limited to 'src/render/openglgraphicsdef.hpp')
-rw-r--r--src/render/openglgraphicsdef.hpp2
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);