explicit radius

This commit is contained in:
royjr
2025-10-09 23:56:37 -04:00
parent 42592dd550
commit 6e3bd3fbed

View File

@@ -55,7 +55,7 @@ void ModelRenderer::draw(QPainter &painter, const QRect &surface_rect) {
}
QPointF screen_pt;
if (mapToScreen(d_pred, -y_pred, path_offset_z, &screen_pt)) {
drawRadarPoint(painter, screen_pt, track.getVRel(), 10);
drawRadarPoint(painter, screen_pt, track.getVRel(), 10.0f);
}
}
}