Make TurnInstructionsClass functions free standing functions
This commit is contained in:
committed by
Patrick Niklaus
parent
03f64a6c20
commit
f65dd63210
@@ -683,7 +683,7 @@ TurnInstruction EdgeBasedGraphFactory::AnalyzeTurn(const NodeID node_u,
|
||||
}
|
||||
}
|
||||
|
||||
return TurnInstructionsClass::GetTurnDirectionOfInstruction(angle);
|
||||
return getTurnDirection(angle);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user