summaryrefslogtreecommitdiff
path: root/src/mobileopenglgraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobileopenglgraphics.cpp')
-rw-r--r--src/mobileopenglgraphics.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mobileopenglgraphics.cpp b/src/mobileopenglgraphics.cpp
index f447655e4..7280e880b 100644
--- a/src/mobileopenglgraphics.cpp
+++ b/src/mobileopenglgraphics.cpp
@@ -54,14 +54,15 @@ MobileOpenGLGraphics::MobileOpenGLGraphics():
mAlpha(false),
mTexture(false),
mIsByteColor(false),
+ mByteColor(),
mFloatColor(1.0f),
mMaxVertices(500),
-#ifdef DEBUG_BIND_TEXTURE
mColorAlpha(false),
- mOldTextureId(0)
-#else
- mColorAlpha(false)
+#ifdef DEBUG_BIND_TEXTURE
+ mOldTexture(),
+ mOldTextureId(0),
#endif
+ mFbo()
{
mOpenGL = 3;
mName = "mobile OpenGL";