From 1de8ad891bcf8c0b73b24f7e3eab17f3448e7473 Mon Sep 17 00:00:00 2001 From: eFini Date: Thu, 18 Aug 2022 11:21:38 +0800 Subject: [PATCH] Fix is_rhd param name in map.cc (#25464) --- selfdrive/ui/qt/maps/map.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/maps/map.cc b/selfdrive/ui/qt/maps/map.cc index f81c3dd8f0..046814d517 100644 --- a/selfdrive/ui/qt/maps/map.cc +++ b/selfdrive/ui/qt/maps/map.cc @@ -361,7 +361,7 @@ void MapWindow::offroadTransition(bool offroad) { } MapInstructions::MapInstructions(QWidget * parent) : QWidget(parent) { - is_rhd = Params().getBool("IsRHD"); + is_rhd = Params().getBool("IsRhdDetected"); QHBoxLayout *main_layout = new QHBoxLayout(this); main_layout->setContentsMargins(11, 50, 11, 11); {