diff options
Diffstat (limited to 'src/mobileopenglgraphics.h')
-rw-r--r-- | src/mobileopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobileopenglgraphics.h b/src/mobileopenglgraphics.h index f48e625f4..9c813dee2 100644 --- a/src/mobileopenglgraphics.h +++ b/src/mobileopenglgraphics.h @@ -215,11 +215,11 @@ class MobileOpenGLGraphics final : public Graphics float mFloatColor; int mMaxVertices; bool mColorAlpha; - FBOInfo mFbo; #ifdef DEBUG_BIND_TEXTURE std::string mOldTexture; unsigned mOldTextureId; #endif + FBOInfo mFbo; }; #endif |