summaryrefslogtreecommitdiff
path: root/src/normalopenglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/normalopenglgraphics.h')
-rw-r--r--src/normalopenglgraphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normalopenglgraphics.h b/src/normalopenglgraphics.h
index 9cff529dc..f33b1fb97 100644
--- a/src/normalopenglgraphics.h
+++ b/src/normalopenglgraphics.h
@@ -222,11 +222,11 @@ class NormalOpenGLGraphics final : public Graphics
float mFloatColor;
int mMaxVertices;
bool mColorAlpha;
- FBOInfo mFbo;
#ifdef DEBUG_BIND_TEXTURE
std::string mOldTexture;
unsigned mOldTextureId;
#endif
+ FBOInfo mFbo;
};
#endif