This commit is contained in:
Your Name
2024-05-18 01:29:36 -05:00
parent 54f8251c65
commit 709e26e9dd
2 changed files with 3 additions and 3 deletions

View File

@@ -445,7 +445,7 @@ void AnnotatedCameraWidget::drawHud(QPainter &p) {
// }
// Todo: needs to be changed to calculate off of actual speed limit for release
QString speedLimitStr = QString::fromStdString(paramsMemory.get("CarSpeedLimitLiteral"));
QString speedLimitStr = QString(paramsMemory.getInt("CarSpeedLimitLiteral"));
drawSpeedWidget(p, 60, 45 + (225), QString("Limit"), speedLimitStr, QColor(0xff, 0xff, 0xff));
// Todo: lead speed