This commit is contained in:
Your Name
2024-05-18 01:34:54 -05:00
parent 7448a5dc8f
commit f28a50f58f

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 // Todo: needs to be changed to calculate off of actual speed limit for release
QString speedLimitStr = QString(paramsMemory.getInt("CarSpeedLimitLiteral")); QString speedLimitStr = QString::number(paramsMemory.getInt("CarSpeedLimitLiteral"));
drawSpeedWidget(p, 60, 45 + (225), QString("Limit"), speedLimitStr, QColor(0xff, 0xff, 0xff)); drawSpeedWidget(p, 60, 45 + (225), QString("Limit"), speedLimitStr, QColor(0xff, 0xff, 0xff));
// Todo: lead speed // Todo: lead speed