summaryrefslogtreecommitdiff
path: root/src/openglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-16 22:20:29 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-16 23:53:59 +0300
commitf68cbf700a99f2f184715a5b8025bcb4b6525391 (patch)
treec70dace07f65fc8a06c18fe3c05baaff6ba02fbf /src/openglgraphics.h
parent07e401fb2335d2372a93f37317f144449f7e872b (diff)
downloadplus-f68cbf700a99f2f184715a5b8025bcb4b6525391.tar.gz
plus-f68cbf700a99f2f184715a5b8025bcb4b6525391.tar.bz2
plus-f68cbf700a99f2f184715a5b8025bcb4b6525391.tar.xz
plus-f68cbf700a99f2f184715a5b8025bcb4b6525391.zip
Extend bing texture logging.
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r--src/openglgraphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openglgraphics.h b/src/openglgraphics.h
index eeb875a01..3eaf19045 100644
--- a/src/openglgraphics.h
+++ b/src/openglgraphics.h
@@ -166,6 +166,7 @@ class OpenGLGraphics : public Graphics
GLuint mRboId;
#ifdef DEBUG_BIND_TEXTURE
std::string mOldTexture;
+ unsigned mOldTextureId;
#endif
};
#endif