This commit is contained in:
Your Name
2024-05-04 16:32:02 -05:00
parent 03630001d7
commit 40afb08691

View File

@@ -114,7 +114,7 @@ void OnroadWindow::updateState(const UIState &s) {
if (bg != bgColor) { if (bg != bgColor) {
bg = bgColor; bg = bgColor;
CameraWidget->updateLaneEdgeColor(bg); nvg.updateLaneEdgeColor(bg);
update(); update();
} }
} }