Fixed Astar algo
This commit is contained in:
parent
5e17bdd5e5
commit
f7c3a895f0
2 changed files with 2 additions and 4 deletions
|
|
@ -32,8 +32,6 @@ public class AStar{
|
|||
|
||||
protected void initializePathfinder() {
|
||||
System.out.println("Initializing pathfinder");
|
||||
|
||||
AStarNode2D.heuristic = Heuristic.Euclidean;
|
||||
|
||||
// Create the pathfinder.
|
||||
pathfinder = new AStarPathfinder();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue