From d34df18f2cccd36c2ea54f656662735f854fa8c5 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Wed, 31 Jul 2013 09:01:25 +0200 Subject: [PATCH] Fixed grid line drawing in OpenGL backend for some drivers. --- common/gal/opengl/opengl_gal.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/gal/opengl/opengl_gal.cpp b/common/gal/opengl/opengl_gal.cpp index 3a94d33e50..640a1b4ae9 100644 --- a/common/gal/opengl/opengl_gal.cpp +++ b/common/gal/opengl/opengl_gal.cpp @@ -167,9 +167,6 @@ void OPENGL_GAL::BeginDrawing() glEnable( GL_BLEND ); glBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA ); - // Enable smooth lines - glEnable( GL_LINE_SMOOTH ); - glMatrixMode( GL_MODELVIEW ); // Set up the world <-> screen transformation