Skip to content

Commit 4782f8c

Browse files
Merge pull request #365 from farmerbriantee/Fixes
Red Lines in ABDraw
2 parents 33a383b + 6c93a68 commit 4782f8c

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)