still trying to fix astar
This commit is contained in:
@@ -150,7 +150,7 @@ public class nMain : MonoBehaviour
|
||||
if (true)
|
||||
{
|
||||
Pathfinder astar = new Pathfinder(world, agent, obstacles, samples, algorithm, 0);
|
||||
astar.go();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user