测试分开发分支

This commit is contained in:
jwp
2025-06-14 23:01:45 +08:00
parent df30729490
commit b9b2472ba3

View File

@ -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];