wip
This commit is contained in:
@@ -895,7 +895,6 @@ void AnnotatedCameraWidget::drawLaneLines(QPainter &painter, const UIState *s) {
|
|||||||
|
|
||||||
i += (i + 2) < max_len ? 1 : 0; // Skipping a point to optimize rendering
|
i += (i + 2) < max_len ? 1 : 0; // Skipping a point to optimize rendering
|
||||||
}
|
}
|
||||||
}
|
|
||||||
} catch () {
|
} catch () {
|
||||||
// Default shading if for some reason the above code fails
|
// Default shading if for some reason the above code fails
|
||||||
bg = QLinearGradient(0, height(), 0, 0);
|
bg = QLinearGradient(0, height(), 0, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user