Revert "Review fixes."

This reverts commit 1cb63e3b0c8a4c3b88b773dbb384f5f13dc52d0f.
This commit is contained in:
Vladimir Byko-Ianko 2017-05-12 20:49:12 +03:00 committed by r.kuznetsov
parent c44a73de23
commit 8025bec990

View file

@ -305,6 +305,7 @@ IRouter::ResultCode IndexRouter::ProcessLeaps(vector<Segment> const & input,
WorldGraph & worldGraph = starter.GetGraph();
WorldGraph::Mode const worldRouteMode = worldGraph.GetMode();
worldGraph.SetMode(WorldGraph::Mode::SingleMwm);
for (size_t i = 0; i < input.size(); ++i)
{