More roundabout magic

This commit is contained in:
DennisOSRM
2011-11-22 16:57:42 +01:00
parent 070050a48e
commit 885d45e9b8
2 changed files with 9 additions and 1 deletions
-1
View File
@@ -207,7 +207,6 @@ short EdgeBasedGraphFactory::AnalyzeTurn(const NodeID u, const NodeID v, const N
return TurnInstructions.NoTurn;
}
return TurnInstructions.GetTurnDirectionOfInstruction(angle);
}