forked from organicmaps/organicmaps
qt app routing fix
This commit is contained in:
parent
5415f96bb7
commit
a696249d33
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ void RoadGraphRouter::CalculateRoute(m2::PointD const & startingPt, ReadyCallbac
|
|||
|
||||
Route route(GetName());
|
||||
m_pRoadGraph->ReconstructPath(routePos, route);
|
||||
callback(route, InternalError);
|
||||
callback(route, NoError);
|
||||
}
|
||||
|
||||
} // namespace routing
|
||||
|
|
Loading…
Add table
Reference in a new issue