eacho ther (#4810)

* eacho ther

* Update Tile.java
This commit is contained in:
Patrick 'Quezler' Mounier
2021-02-27 16:21:11 +01:00
committed by GitHub
parent 44d10a355e
commit 2146b35e5a

View File

@ -491,7 +491,7 @@ public class Tile implements Position, QuadTreeObject, Displayable{
return block.solid && block.fillsTile && !block.synthetic() ? data : 0; return block.solid && block.fillsTile && !block.synthetic() ? data : 0;
} }
/** @return true if these tiles are right next to eacho ther. */ /** @return true if these tiles are right next to each other. */
public boolean adjacentTo(Tile tile){ public boolean adjacentTo(Tile tile){
return relativeTo(tile) != -1; return relativeTo(tile) != -1;
} }