This commit is contained in:
Your Name
2024-05-18 02:33:08 -05:00
parent 95138bf0df
commit 338b78258f

View File

@@ -122,6 +122,8 @@ void update_model(UIState *s,
path = CENTER_LANE_WIDTH; path = CENTER_LANE_WIDTH;
} }
path = 70;
auto lead_count = model.getLeadsV3().size(); auto lead_count = model.getLeadsV3().size();
if (lead_count > 0) { if (lead_count > 0) {
auto lead_one = model.getLeadsV3()[0]; auto lead_one = model.getLeadsV3()[0];