astar broken, just like my spirits

This commit is contained in:
Simon O'Shea
2023-08-08 20:07:50 -04:00
parent 45cb21030f
commit 615dbd003e
3 changed files with 27 additions and 9 deletions
@@ -150,7 +150,6 @@ public class nMain : MonoBehaviour
if (true)
{
Pathfinder astar = new Pathfinder(world, agent, obstacles, samples, algorithm, 0);
astar.go();
}
}