diff --git a/common/gal/opengl/opengl_gal.cpp b/common/gal/opengl/opengl_gal.cpp index c2fb36cbe9..ba56883f07 100644 --- a/common/gal/opengl/opengl_gal.cpp +++ b/common/gal/opengl/opengl_gal.cpp @@ -183,6 +183,8 @@ void OPENGL_GAL::BeginDrawing() // Disable 2D Textures glDisable( GL_TEXTURE_2D ); + glShadeModel( GL_FLAT ); + // Enable the depth buffer glEnable( GL_DEPTH_TEST ); glDepthFunc( GL_LESS );