Commit d34df18f authored by Maciej Suminski's avatar Maciej Suminski

Fixed grid line drawing in OpenGL backend for some drivers.

parent 190ed585
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment