use proper float literal instead of implicit cast from int
This commit is contained in:
parent
1f6f44ab01
commit
ffdc3eee2d
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user