From 3d0f15af453082fe119018f1ac892cc7c1133d76 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Tue, 11 Aug 2026 10:07:36 +0300 Subject: [PATCH] Don't set the depth state twice. --- Dashboard.OpenGL/Drawing/GLStateExtensions.cs | 1 - 1 file changed, 1 deletion(-) 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();