From e67e80d5c280a5c112347f258081581668a80a1c Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 4 May 2024 16:34:08 -0500 Subject: [PATCH] wip --- selfdrive/ui/qt/onroad.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/onroad.cc b/selfdrive/ui/qt/onroad.cc index db4508b..8db8372 100644 --- a/selfdrive/ui/qt/onroad.cc +++ b/selfdrive/ui/qt/onroad.cc @@ -114,7 +114,7 @@ void OnroadWindow::updateState(const UIState &s) { if (bg != bgColor) { bg = bgColor; - nvg.updateLaneEdgeColor(bg); + nvg->updateLaneEdgeColor(bg); update(); } }