This commit is contained in:
Your Name
2024-05-18 02:51:22 -05:00
parent 4fa75f52d5
commit 69165b456a
2 changed files with 9 additions and 1 deletions

View File

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