diff options
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 |