Skip to content

Commit 6c93a68

Browse files
Red Lines in ABDraw
1 parent 33a383b commit 6c93a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SourceCode/GPS/Forms/Guidance/FormABDraw.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ private void DrawBuiltLines()
723723
GL.LineWidth(8);
724724
GL.Disable(EnableCap.LineStipple);
725725
}
726-
GL.Color3(1.0f, 0.60f, 0.40f);
726+
GL.Color3(1.0f, 0.20f, 0.20f);
727727

728728
GL.Begin(PrimitiveType.Lines);
729729

0 commit comments

Comments
 (0)