Unbroke pathfinding

This commit is contained in:
Anuken
2018-11-05 21:43:26 -05:00
parent 184e52b4ec
commit 6d88111dfc
3 changed files with 7 additions and 4 deletions

View File

@@ -112,7 +112,6 @@ public class Sectors{
for(GridPoint2 g : Geometry.d4){
createSector(x + g.x, y + g.y);
Sector other = grid.get(x + g.x, y + g.y);
}
}