Skip to content

Commit

Permalink
these were flipped.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknisely committed Mar 12, 2018
1 parent cea18fa commit d69f6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tyr/route_serializer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ namespace {
}

// Add intersections
step->emplace("intersections", intersections(maneuver, path_leg, shape, count, arrive, depart));
step->emplace("intersections", intersections(maneuver, path_leg, shape, count, depart, arrive));

// Add step
steps->emplace_back(step);
Expand Down

0 comments on commit d69f6b1

Please sign in to comment.