This commit is contained in:
Daniel J. Hofmann 2016-02-18 19:13:38 -08:00
parent 152f739527
commit 51ae14ec23

View File

@ -1059,7 +1059,7 @@ EdgeBasedGraphFactory::getTurnCandidates(NodeID from_node, EdgeID via_eid)
}
}
return turn_candidates;
};
}
int EdgeBasedGraphFactory::GetTurnPenalty(double angle, lua_State *lua_state) const
{