diff --git a/core/src/mindustry/world/Block.java b/core/src/mindustry/world/Block.java index 2e9f291b7d..613c99cfc3 100644 --- a/core/src/mindustry/world/Block.java +++ b/core/src/mindustry/world/Block.java @@ -409,7 +409,7 @@ public class Block extends UnlockableContent implements Senseable{ Draw.rect( variants == 0 ? customShadowRegion : variantShadowRegions[Mathf.randomSeed(tile.pos(), 0, Math.max(0, variantShadowRegions.length - 1))], - tile.drawx(), tile.drawy(), tile.build == null ? 0f : tile.build.drawrot()); + tile.drawx(), tile.drawy()); Draw.color(); }