This commit is contained in:
Your Name
2024-05-04 16:34:08 -05:00
parent 40afb08691
commit e67e80d5c2

View File

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