Commit d34df18f authored by Maciej Suminski's avatar Maciej Suminski
Browse files

Fixed grid line drawing in OpenGL backend for some drivers.

parent 190ed585
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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