use proper float literal instead of implicit cast from int

This commit is contained in:
Dennis Luxen
2014-07-10 15:01:38 +02:00
parent 1f6f44ab01
commit ffdc3eee2d
+1 -1
View File
@@ -72,7 +72,7 @@ void DescriptionFactory::AppendSegment(const FixedPointCoordinate &coordinate,
path_description.emplace_back(coordinate,
path_point.name_id,
path_point.segment_duration,
0,
0.f,
path_point.turn_instruction);
}