fix invalid turn angle in forks

This commit is contained in:
Moritz Kobitzsch
2017-05-23 11:59:08 +02:00
parent d262c4dfaa
commit 9bd2b0deaa
5 changed files with 26 additions and 5 deletions
@@ -278,7 +278,7 @@ void IntersectionHandler::assignFork(const EdgeID via_edge,
// right side of fork
if (low_priority_left && !low_priority_right)
right.instruction = {suppressed_right_type, DirectionModifier::SlightLeft};
right.instruction = {suppressed_right_type, DirectionModifier::SlightRight};
else
{
if (low_priority_right && !low_priority_left)