Commit c8bec160 authored by pixhawk's avatar pixhawk

Used red as waypoint color in 3D view

parent 8a22eafa
......@@ -280,7 +280,7 @@ void QMap3DWidget::drawWaypoints()
glPushMatrix();
glTranslatef(in.x() - uas->getLocalX(), in.y() - uas->getLocalY(), 0.0f);
glColor3f(0.3f, 0.3f, 1.0f);
glColor3f(1.0f, 0.3f, 0.3f);
glLineWidth(1.0f);
// // Make sure quad object exists
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment