forked from organicmaps/organicmaps
PR fixes
This commit is contained in:
parent
ad69ed8eca
commit
f53bd7ecc3
1 changed files with 2 additions and 2 deletions
|
@ -102,12 +102,12 @@ Iter FollowedPolyline::GetClosestProjection(m2::RectD const & posRect,
|
|||
}
|
||||
|
||||
Iter FollowedPolyline::UpdateProjectionByPrediction(m2::RectD const & posRect,
|
||||
double predictDistance) const
|
||||
double predictDistance) const
|
||||
{
|
||||
ASSERT(m_current.IsValid(), ());
|
||||
ASSERT_LESS(m_current.m_ind, m_poly.GetSize() - 1, ());
|
||||
|
||||
if(predictDistance <= 0.0)
|
||||
if (predictDistance <= 0.0)
|
||||
return UpdateProjection(posRect);
|
||||
|
||||
Iter res;
|
||||
|
|
Loading…
Add table
Reference in a new issue