diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-01 00:06:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-01 00:06:49 +0300 |
commit | 4741c7b959384ff9ca6b93d083a87d919ce3ba46 (patch) | |
tree | f993dd67dbc93de36476192d75db5a322e7142a8 /src/openglgraphics.cpp | |
parent | 63ebe55b2d9b14f9f368b2e744d00fd7c1d7ff67 (diff) | |
download | plus-4741c7b959384ff9ca6b93d083a87d919ce3ba46.tar.gz plus-4741c7b959384ff9ca6b93d083a87d919ce3ba46.tar.bz2 plus-4741c7b959384ff9ca6b93d083a87d919ce3ba46.tar.xz plus-4741c7b959384ff9ca6b93d083a87d919ce3ba46.zip |
Add additional opengl flag.
Diffstat (limited to 'src/openglgraphics.cpp')
-rw-r--r-- | src/openglgraphics.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openglgraphics.cpp b/src/openglgraphics.cpp index 1e4bcd6de..bf7967254 100644 --- a/src/openglgraphics.cpp +++ b/src/openglgraphics.cpp @@ -952,6 +952,7 @@ void OpenGLGraphics::_beginDraw() glLoadIdentity(); glEnable(GL_SCISSOR_TEST); + glDisable(GL_DITHER); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); |