forked from organicmaps/organicmaps
Minor fix.
This commit is contained in:
parent
4744a3dba4
commit
8ccb01a3c1
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ void CandidatePathsGetter::GetAllSuitablePaths(Graph::EdgeVector const & startLi
|
|||
|
||||
ASSERT(currentEdge.HasRealPart(), ());
|
||||
|
||||
if (!PassesRestriction(e, frc, fow, 1 /* kFRCThreshold */, m_infoGetter))
|
||||
if (!PassesRestriction(e, frc, fow, 2 /* kFRCThreshold */, m_infoGetter))
|
||||
continue;
|
||||
|
||||
// TODO(mgsergio): Should we check form of way as well?
|
||||
|
|
Loading…
Add table
Reference in a new issue