From 40afb08691edcae6ddab040d0cadfa4e69dc569b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 4 May 2024 16:32:02 -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 81f260a..db4508b 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; - CameraWidget->updateLaneEdgeColor(bg); + nvg.updateLaneEdgeColor(bg); update(); } }