Fix BuildTower drawing another turret sprite below block

This commit is contained in:
nullevoy 2025-11-25 19:42:24 +01:00
parent e399ae9182
commit bf2a715dda
2 changed files with 1 additions and 2 deletions

View file

@ -187,3 +187,4 @@ Iniquit
DSFdsfWxp
Someone's Shadow
buj
nullevoy

View file

@ -220,8 +220,6 @@ public class BuildTurret extends BaseTurret{
@Override
public void draw(){
super.draw();
Draw.rect(baseRegion, x, y);
Draw.color();