This commit is contained in:
Your Name
2024-05-17 13:25:52 -05:00
parent d18b27a53a
commit d059e247ce
2 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ void update_model(UIState *s,
float path;
if (paramsMemory.getInt("no_lat_lane_change")) {
path = LANE_CHANGE_NO_LAT_PATH_WIDTH;
}
} else {
path = CENTER_LANE_WIDTH;
}