This commit is contained in:
Simon O'Shea
2023-08-08 19:30:33 -04:00
parent 8507bec1bc
commit 45cb21030f
@@ -150,7 +150,7 @@ public class nMain : MonoBehaviour
if (true)
{
Pathfinder astar = new Pathfinder(world, agent, obstacles, samples, algorithm, 0);
astar.go();
}
}