mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-26 05:22:07 +08:00
Revert last commit since KPH can get 3 digits long
old-commit-hash: 5ec1e7307e
This commit is contained in:
+1
-1
@@ -761,7 +761,7 @@ static void ui_draw_vision(UIState *s) {
|
||||
(int)(scene->v_cruise * 0.621371 + 0.5));
|
||||
}
|
||||
nvgTextAlign(s->vg, NVG_ALIGN_RIGHT | NVG_ALIGN_BASELINE);
|
||||
nvgText(s->vg, 430, 95, speed_str, NULL);
|
||||
nvgText(s->vg, 480, 95, speed_str, NULL);
|
||||
}
|
||||
|
||||
// Add label
|
||||
|
||||
Reference in New Issue
Block a user