diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-30 22:53:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-31 12:50:04 +0300 |
commit | 85c5fc06d49e8309d273873d31448688bd494d49 (patch) | |
tree | 80d83e16ef273c147b0d1915edca44baf6899933 /src/mobileopenglgraphics.cpp | |
parent | 60d90692e487948b77edcac63acbef34254cea5b (diff) | |
download | plus-85c5fc06d49e8309d273873d31448688bd494d49.tar.gz plus-85c5fc06d49e8309d273873d31448688bd494d49.tar.bz2 plus-85c5fc06d49e8309d273873d31448688bd494d49.tar.xz plus-85c5fc06d49e8309d273873d31448688bd494d49.zip |
fix code style and some minor issues.
Diffstat (limited to 'src/mobileopenglgraphics.cpp')
-rw-r--r-- | src/mobileopenglgraphics.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mobileopenglgraphics.cpp b/src/mobileopenglgraphics.cpp index ee9761215..fab5bfab3 100644 --- a/src/mobileopenglgraphics.cpp +++ b/src/mobileopenglgraphics.cpp @@ -52,7 +52,6 @@ MobileOpenGLGraphics::MobileOpenGLGraphics(): mIntTexArray(nullptr), mIntVertArray(nullptr), mShortVertArray(nullptr), - mAlpha(false), mTexture(false), mIsByteColor(false), mByteColor(), |