Fixed grid line drawing in OpenGL backend for some drivers.
This commit is contained in:
parent
190ed58568
commit
d34df18f2c
|
@ -167,9 +167,6 @@ void OPENGL_GAL::BeginDrawing()
|
||||||
glEnable( GL_BLEND );
|
glEnable( GL_BLEND );
|
||||||
glBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA );
|
glBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA );
|
||||||
|
|
||||||
// Enable smooth lines
|
|
||||||
glEnable( GL_LINE_SMOOTH );
|
|
||||||
|
|
||||||
glMatrixMode( GL_MODELVIEW );
|
glMatrixMode( GL_MODELVIEW );
|
||||||
|
|
||||||
// Set up the world <-> screen transformation
|
// Set up the world <-> screen transformation
|
||||||
|
|
Loading…
Reference in New Issue