mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-25 07:52:03 +08:00
hide set speed for stock long (#20585)
This commit is contained in:
@@ -280,7 +280,9 @@ static void ui_draw_vision_header(UIState *s) {
|
||||
|
||||
ui_fill_rect(s->vg, {s->viz_rect.x, s->viz_rect.y, s->viz_rect.w, header_h}, gradient);
|
||||
|
||||
ui_draw_vision_maxspeed(s);
|
||||
if (s->scene.longitudinal_control) {
|
||||
ui_draw_vision_maxspeed(s);
|
||||
}
|
||||
ui_draw_vision_speed(s);
|
||||
ui_draw_vision_event(s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user