From 32fa49e09358c628a20e1b642d7a14fae2762d09 Mon Sep 17 00:00:00 2001 From: Vehicle Researcher Date: Sun, 11 Jun 2017 15:18:39 -0700 Subject: [PATCH] Clean up code --- selfdrive/ui/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/ui.c b/selfdrive/ui/ui.c index 839faccd06..cfba4aae41 100644 --- a/selfdrive/ui/ui.c +++ b/selfdrive/ui/ui.c @@ -771,7 +771,7 @@ static void ui_draw_vision(UIState *s) { nvgFillColor(s->vg, nvgRGBA(10, 10, 10, 220)); nvgFill(s->vg); - nvgFontSize(s->vg, 200.0f); + nvgFontSize(s->vg, 200.0f); nvgFillColor(s->vg, nvgRGBA(255, 0, 0, 255)); nvgTextAlign(s->vg, NVG_ALIGN_CENTER | NVG_ALIGN_TOP); nvgTextBox(s->vg, 100 + 50, 200 + 50, 1700 - 50, scene->alert_text1,