# HG changeset patch
# User Santeri Piippo <crimsondusk64@gmail.com>
# Date 1397905240 -10800
# Node ID 61e2d0ca0018d588f1d27425ee269eee9670b865
# Parent  4cf0f6c9082d8f434482ee7af09c28319e8cae2d
- conditional lines are now rendered with stippled lines again

diff -r 4cf0f6c9082d -r 61e2d0ca0018 src/glRenderer.cc
--- a/src/glRenderer.cc	Sat Apr 19 02:31:24 2014 +0300
+++ b/src/glRenderer.cc	Sat Apr 19 14:00:40 2014 +0300
@@ -434,7 +434,9 @@
 		}
 
 		drawVBOs (VBOSF_Lines, VBOCM_NormalColors, GL_LINES);
+		glEnable (GL_LINE_STIPPLE);
 		drawVBOs (VBOSF_CondLines, VBOCM_NormalColors, GL_LINES);
+		glDisable (GL_LINE_STIPPLE);
 
 		if (gl_axes)
 		{