Minor Cleanup

This commit is contained in:
juliuse98
2021-10-01 23:47:54 +02:00
parent 64cb5cf74c
commit 16993b077d
2 changed files with 3 additions and 8 deletions

View File

@@ -17,7 +17,6 @@ public class PathMap
private float height = 0;
public Terrain t;
private float w, h;
private bool divided = false;
private List<PathNode> openList;
private List<PathNode> closedList;
@@ -388,8 +387,6 @@ public class PathMap
}
}
divided = true;
}
private float heuristic(PathNode p1, PathNode p2)
{