Skip to content
Snippets Groups Projects
Commit 32dd4151 authored by Qiang Lu's avatar Qiang Lu Committed by Martins Mozeiko
Browse files

Create fake lane boundary lines if there are no boundary lines annotated, remove comments

parent daa2f6d6
No related branches found
No related tags found
No related merge requests found
......@@ -973,7 +973,7 @@ namespace Simulator.Editor
return true;
}
bool AlignPointsInLines(HashSet<MapLine> lines)
public bool AlignPointsInLines(HashSet<MapLine> lines)
{
foreach (var line in lines)
{
......@@ -1139,7 +1139,7 @@ namespace Simulator.Editor
return splittedLinePoints;
}
static bool ExistsLaneWithBoundaries(HashSet<MapLane> lanes)
public static bool ExistsLaneWithBoundaries(HashSet<MapLane> lanes)
{
foreach (var lane in lanes)
{
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment