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:
parent
23971c17aa
commit
d7798a7cc2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue