This commit is contained in:
Your Name
2024-05-02 18:22:23 -05:00
parent 98751c5a5b
commit 7fa4ca62a8

View File

@@ -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) {