Remove commented line

pull/103/head
Vehicle Researcher 8 years ago
parent 97be6b3a0e
commit 2250eac58f
  1. 1
      selfdrive/ui/ui.c

@ -748,7 +748,6 @@ static void ui_draw_vision(UIState *s) {
(int)(scene->v_ego * 2.237 + 0.5)); (int)(scene->v_ego * 2.237 + 0.5));
} }
nvgTextAlign(s->vg, NVG_ALIGN_LEFT | NVG_ALIGN_BASELINE); nvgTextAlign(s->vg, NVG_ALIGN_LEFT | NVG_ALIGN_BASELINE);
//nvgText(s->vg, 1920 - 500, 150, speed_str, NULL);
nvgText(s->vg, 1920 - 500, 95, speed_str, NULL); nvgText(s->vg, 1920 - 500, 95, speed_str, NULL);
/*nvgFontSize(s->vg, 64.0f); /*nvgFontSize(s->vg, 64.0f);

Loading…
Cancel
Save