forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
235a398b8e
commit
83a5b3d0d6
1 changed files with 0 additions and 3 deletions
|
@ -70,10 +70,7 @@ bool CheckRoute(routing::VehicleType type, ms::LatLon const & start, ms::LatLon
|
|||
ReferenceRoutes candidates(referenceTracks.size());
|
||||
|
||||
for (size_t i = 0; i < candidates.size(); ++i)
|
||||
{
|
||||
candidates[i].m_factor = 1.0;
|
||||
candidates[i].m_waypoints = move(referenceTracks[i]);
|
||||
}
|
||||
|
||||
return CheckWaypoints(move(params), move(candidates)) == 1.0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue