Don't rotate base shadow

This commit is contained in:
Anuken 2024-04-22 09:20:24 -04:00
parent d7191e4f71
commit 49489ffadc

View File

@ -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();
}