This commit is contained in:
Anuken
2020-07-29 08:19:39 -04:00
parent 81265500a5
commit 7d2b7197d6
6 changed files with 44 additions and 6 deletions
@@ -265,7 +265,7 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
}
public void rotation(int rotation){
tile.rotation(rotation);
if(tile != null) tile.rotation(rotation);
}
public Floor floor(){