argh
This commit is contained in:
@@ -50,7 +50,7 @@ public class Edges{
|
||||
}
|
||||
}
|
||||
|
||||
public static Tile getFacingEdge(Tilec tile, Tilec other){
|
||||
public static Tile getFacingEdge(Building tile, Building other){
|
||||
return getFacingEdge(tile.block(), tile.tileX(), tile.tileY(), other.tile());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user