wip
This commit is contained in:
@@ -454,7 +454,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 adjustedCruise = QString::number(paramsMemory.getInt("adjustedCruise"));
|
QString adjustedCruise = QString::number(paramsMemory.getInt("adjustedCruise"));
|
||||||
drawSpeedWidget(p, 60, 45 + (225 * 2), QString("VTSC"), adjustedCruise, QColor(0xff, 0xff, 0xff));
|
drawSpeedWidget(p, 60, 45 + (225 * 3), QString("VTSC"), adjustedCruise, QColor(0xff, 0xff, 0xff));
|
||||||
|
|
||||||
// Todo: lead speed
|
// Todo: lead speed
|
||||||
// Todo: Experimental speed
|
// Todo: Experimental speed
|
||||||
|
|||||||
Reference in New Issue
Block a user