Fixed grid line drawing in OpenGL backend for some drivers.

This commit is contained in:
Maciej Suminski 2013-07-31 09:01:25 +02:00
parent 190ed58568
commit d34df18f2c
1 changed files with 0 additions and 3 deletions

View File

@ -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