测试分开发分支
This commit is contained in:
@ -117,7 +117,6 @@ public static List<MapGraph.Node> SortNodesByGraphCost(Vector3 origin, List<MapG
|
||||
lineRenderer.SetPosition(0, points[0]);
|
||||
lineRenderer.SetPosition(1, points[0]);
|
||||
mover.position = points[0];
|
||||
|
||||
while (currentIndex < points.Count - 1)
|
||||
{
|
||||
Vector3 start = points[currentIndex];
|
||||
|
||||
Reference in New Issue
Block a user