diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-20 16:40:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-20 16:40:24 +0300 |
commit | 1e9b7c519953c73c6e5ca4ce2169eb674267c115 (patch) | |
tree | 5e331bef424935c0f6d2a2291eb189cd50f68a3d /src/normalopenglgraphics.h | |
parent | c63923c39572655f3d8e826b0fb2fd3ed253ae7f (diff) | |
download | mv-1e9b7c519953c73c6e5ca4ce2169eb674267c115.tar.gz mv-1e9b7c519953c73c6e5ca4ce2169eb674267c115.tar.bz2 mv-1e9b7c519953c73c6e5ca4ce2169eb674267c115.tar.xz mv-1e9b7c519953c73c6e5ca4ce2169eb674267c115.zip |
fix style in other files.
Diffstat (limited to 'src/normalopenglgraphics.h')
-rw-r--r-- | src/normalopenglgraphics.h | 2 |
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 |