diff --git a/routing/single_vehicle_world_graph.cpp b/routing/single_vehicle_world_graph.cpp index 7eef09fc14..e269e0608a 100644 --- a/routing/single_vehicle_world_graph.cpp +++ b/routing/single_vehicle_world_graph.cpp @@ -278,6 +278,9 @@ SingleVehicleWorldGraph::AreWavesConnectibleImpl(Parents const & for Parents const & backwardParents, function && fakeFeatureConverter) { + if (IsRegionsGraphMode()) + return true; + vector chain; auto const fillUntilNextFeatureId = [&](VertexType const & cur, auto const & parents) {