From d7798a7cc2fb68bd641558bde2ef9fe44d7d1331 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Sun, 27 Mar 2011 11:32:41 +0200 Subject: [PATCH] Slightly brighter blue color level for map widget Almost couldn't see the new blue color on my screen. Enjoy the blues... :) --- src/GUI/MapWidget.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/MapWidget.cxx b/src/GUI/MapWidget.cxx index c31347e2a..b482ada90 100644 --- a/src/GUI/MapWidget.cxx +++ b/src/GUI/MapWidget.cxx @@ -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.