Unbroke pathfinding
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user