diff --git a/routing/route.cpp b/routing/route.cpp index bcdb08f475..5f2fe8d275 100644 --- a/routing/route.cpp +++ b/routing/route.cpp @@ -199,7 +199,7 @@ bool Route::GetNextTurns(vector & turns) turns::TurnItemDist nextTurn; if (!GetNextTurn(nextTurn.m_distMeters, nextTurn.m_turnItem)) - return false; + return true; turns.push_back(move(nextTurn)); return true; }