diff --git a/Dashboard.OpenGL/Drawing/GLStateExtensions.cs b/Dashboard.OpenGL/Drawing/GLStateExtensions.cs index dad97be..f09faed 100644 --- a/Dashboard.OpenGL/Drawing/GLStateExtensions.cs +++ b/Dashboard.OpenGL/Drawing/GLStateExtensions.cs @@ -462,7 +462,6 @@ namespace Dashboard.OpenGL.Drawing call.SetStencilMode(); call.SetPrimitiveRestart(); call.SetColorMask(); - call.SetDepthMode(); call.SetPointSize(); call.SetLineWidth(); call.UseTextures();