mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Don't rotate base shadow
This commit is contained in:
parent
d7191e4f71
commit
49489ffadc
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue