Rename and clean up MapleFootholdTree

This commit is contained in:
P0nk
2021-09-09 22:20:42 +02:00
parent 032f111b53
commit 0ddf49c7b6
3 changed files with 22 additions and 25 deletions

View File

@@ -216,7 +216,7 @@ public class MapleMapFactory {
}
}
}
MapleFootholdTree fTree = new MapleFootholdTree(lBound, uBound);
FootholdTree fTree = new FootholdTree(lBound, uBound);
for (Foothold fh : allFootholds) {
fTree.insert(fh);
}