This commit is contained in:
Your Name
2024-05-18 00:36:27 -05:00
parent c67adbc5ed
commit 63d5492150

View File

@@ -446,7 +446,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::fromStdString(paramsMemory.get("CarSpeedLimitLiteral")); QString speedLimitStr = QString::fromStdString(paramsMemory.get("CarSpeedLimitLiteral"));
drawSpeedWidget(p, 60, 45 + (225), QString("Limit"), CarSpeedLimitLiteral, QColor(0xff, 0xff, 0xff)); drawSpeedWidget(p, 60, 45 + (225), QString("Limit"), speedLimitStr, QColor(0xff, 0xff, 0xff));
// Todo: lead speed // Todo: lead speed
// Todo: Experimental speed // Todo: Experimental speed