From: ThorstenB Date: Sun, 27 Mar 2011 09:32:41 +0000 (+0200) Subject: Slightly brighter blue color level for map widget X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d7798a7cc2fb68bd641558bde2ef9fe44d7d1331;p=flightgear.git Slightly brighter blue color level for map widget Almost couldn't see the new blue color on my screen. Enjoy the blues... :) --- 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.