Fixed Astar algo

This commit is contained in:
Ziver Koc 2007-04-17 11:40:49 +00:00
parent 5e17bdd5e5
commit f7c3a895f0
2 changed files with 2 additions and 4 deletions

View file

@ -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();