still trying to fix astar

This commit is contained in:
Simon O'Shea
2023-08-08 19:27:43 -04:00
parent f347e50d11
commit 8507bec1bc
3 changed files with 4 additions and 6 deletions
@@ -150,7 +150,7 @@ public class nMain : MonoBehaviour
if (true)
{
Pathfinder astar = new Pathfinder(world, agent, obstacles, samples, algorithm, 0);
astar.go();
}
}