This commit is contained in:
Your Name
2024-05-18 02:40:57 -05:00
parent 338b78258f
commit 4fa75f52d5
2 changed files with 3 additions and 2 deletions

View File

@@ -121,8 +121,8 @@ void update_model(UIState *s,
} else {
path = CENTER_LANE_WIDTH;
}
path = 70;
path = 7;
auto lead_count = model.getLeadsV3().size();
if (lead_count > 0) {