Route update call with no route fix.

This commit is contained in:
Lev Dragunov 2015-08-07 15:32:46 +03:00 committed by Alex Zolotarev
parent 10e94e1137
commit 6b79a2d27c

View file

@ -291,6 +291,8 @@ double Route::GetDistanceOnPolyline(IterT const & it1, IterT const & it2) const
void Route::Update()
{
if (!m_poly.GetSize())
return;
if (m_routingSettings.m_keepPedestrianInfo)
{
vector<m2::PointD> points;