From 7fa4ca62a81e431cdd069b4bf2167720f9ed5ab7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 2 May 2024 18:22:23 -0500 Subject: [PATCH] wip --- selfdrive/ui/qt/onroad.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/onroad.cc b/selfdrive/ui/qt/onroad.cc index 9bad1db..e0b6370 100644 --- a/selfdrive/ui/qt/onroad.cc +++ b/selfdrive/ui/qt/onroad.cc @@ -838,7 +838,7 @@ void AnnotatedCameraWidget::drawLaneLines(QPainter &painter, const UIState *s) { } // road edges - // for (int i = 0; i < std::size(scene.road_edge_vertices); ++i) { + for (int i = 0; i < std::size(scene.road_edge_vertices); ++i) { // if (currentHolidayTheme != 0) { // painter.setBrush(std::get<2>(holidayThemeConfiguration[currentHolidayTheme]).begin()->second); // } else if (customColors != 0) {