Fix ingestion fixed duration values from UnpackPath

This commit is contained in:
Patrick Niklaus
2016-03-17 20:39:19 +01:00
parent c9c2d8133c
commit 80f008684d
2 changed files with 33 additions and 32 deletions
-1
View File
@@ -204,7 +204,6 @@ std::vector<std::vector<PathData>> postProcess(std::vector<std::vector<PathData>
!entersRoundabout(data.turn_instruction)))
{
data.turn_instruction = TurnInstruction::NO_TURN();
data.duration_until_turn = 0;
data.exit = 0;
}
}