mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Fix BuildTower drawing another turret sprite below block
This commit is contained in:
parent
e399ae9182
commit
bf2a715dda
2 changed files with 1 additions and 2 deletions
|
|
@ -187,3 +187,4 @@ Iniquit
|
|||
DSFdsfWxp
|
||||
Someone's Shadow
|
||||
buj
|
||||
nullevoy
|
||||
|
|
@ -220,8 +220,6 @@ public class BuildTurret extends BaseTurret{
|
|||
|
||||
@Override
|
||||
public void draw(){
|
||||
super.draw();
|
||||
|
||||
Draw.rect(baseRegion, x, y);
|
||||
Draw.color();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue