summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-05-01 00:06:49 +0300
committerAndrei Karas <akaras@inbox.ru>2012-05-01 00:06:49 +0300
commit4741c7b959384ff9ca6b93d083a87d919ce3ba46 (patch)
treef993dd67dbc93de36476192d75db5a322e7142a8 /src
parent63ebe55b2d9b14f9f368b2e744d00fd7c1d7ff67 (diff)
downloadplus-4741c7b959384ff9ca6b93d083a87d919ce3ba46.tar.gz
plus-4741c7b959384ff9ca6b93d083a87d919ce3ba46.tar.bz2
plus-4741c7b959384ff9ca6b93d083a87d919ce3ba46.tar.xz
plus-4741c7b959384ff9ca6b93d083a87d919ce3ba46.zip
Add additional opengl flag.
Diffstat (limited to 'src')
-rw-r--r--src/openglgraphics.cpp1
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);