diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-16 22:20:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-16 23:53:59 +0300 |
commit | f68cbf700a99f2f184715a5b8025bcb4b6525391 (patch) | |
tree | c70dace07f65fc8a06c18fe3c05baaff6ba02fbf /src/openglgraphics.h | |
parent | 07e401fb2335d2372a93f37317f144449f7e872b (diff) | |
download | plus-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.h | 1 |
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 |