Skip to content

Commit

Permalink
Fix broken assertion after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarex committed Dec 18, 2017
1 parent 9d2e57a commit 98566bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extractor/guidance/sliproad_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ operator()(const NodeID /*nid*/, const EdgeID source_edge_id, Intersection inter
}
else if (!name_table.GetNameForID(main_annotation.name_id).empty())
{
OSRM_ASSERT(false, coordinates[intersection_node_id]);
OSRM_ASSERT(false, node_coordinates[intersection_node_id]);
intersection[*obvious].instruction.type = TurnType::NewName;
intersection[*obvious].instruction.direction_modifier =
getTurnDirection(intersection[*obvious].angle);
Expand Down

0 comments on commit 98566bc

Please sign in to comment.