1
0
Fork 0

Slightly brighter blue color level for map widget

Almost couldn't see the new blue color on my screen.
Enjoy the blues... :)
This commit is contained in:
ThorstenB 2011-03-27 11:32:41 +02:00
parent 23971c17aa
commit d7798a7cc2

View 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.