This commit is contained in:
Anuken
2020-01-02 14:08:41 -05:00
parent af9be8584e
commit cb76e80836
5 changed files with 8 additions and 5 deletions

View File

@@ -173,7 +173,7 @@ public class BuildBlock extends Block{
if(entity.previous == null || entity.cblock == null) return;
if(Core.atlas.isFound(entity.previous.icon(mindustry.ui.Cicon.full))){
if(Core.atlas.isFound(entity.previous.icon(Cicon.full))){
Draw.rect(entity.previous.icon(Cicon.full), tile.drawx(), tile.drawy(), entity.previous.rotate ? tile.rotation() * 90 : 0);
}
}