Skip to content

Commit b3745a2

Browse files
author
KhalilSelyan
committed
fix: spell check partial qreal to float
Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
1 parent f3ea54f commit b3745a2

File tree

1 file changed

+1
-1
lines changed
  • common/autoware_overlay_rviz_plugin/autoware_vehicle_overlay_rviz_plugin/src

1 file changed

+1
-1
lines changed

common/autoware_overlay_rviz_plugin/autoware_vehicle_overlay_rviz_plugin/src/traffic_display.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void TrafficDisplay::drawTrafficLightIndicator(QPainter & painter, const QRectF
9393
}
9494

9595
// Scaling factor (e.g., 1.5 for 150% size)
96-
qreal scaleFactor = 1.25;
96+
float scaleFactor = 1.25;
9797

9898
// Calculate the scaled size
9999
QSize scaledSize = traffic_light_image_.size() * scaleFactor;

0 commit comments

Comments
 (0)