]> git.mxchange.org Git - flightgear.git/commitdiff
Slightly brighter blue color level for map widget
authorThorstenB <brehmt@gmail.com>
Sun, 27 Mar 2011 09:32:41 +0000 (11:32 +0200)
committerThorstenB <brehmt@gmail.com>
Sun, 27 Mar 2011 09:32:41 +0000 (11:32 +0200)
Almost couldn't see the new blue color on my screen.
Enjoy the blues... :)

src/GUI/MapWidget.cxx

index c31347e2a7535514981c5af9bf4d03fddd6ac959..b482ada90ec0f75eafa457441a704928c2e7360c 100644 (file)
@@ -1396,7 +1396,7 @@ void MapWidget::drawAIShip(const SGPropertyNode* model, const SGGeod& pos, doubl
 {
   SGVec2d p = project(pos);
 
-  glColor3f(0.0, 0.0, 0.3);
+  glColor3f(0.0, 0.0, 0.5);
   glLineWidth(2.0);
   circleAt(p, 4, 6.0); // blue diamond (to differentiate from aircraft.