mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Fix
This commit is contained in:
parent
d0f6d9fb95
commit
b4d0df03df
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ public class PointDefenseTurret extends Block{
|
|||
public void draw(){
|
||||
Draw.rect(baseRegion, x, y);
|
||||
Draw.color(Color.toFloatBits(0, 0, 0, 0.22f));
|
||||
Draw.rect(region, x - (size / 2f), y - (size / 2f), rotation - 90)
|
||||
Draw.rect(region, x - (size / 2f), y - (size / 2f), rotation - 90);
|
||||
Draw.color();
|
||||
Draw.rect(region, x, y, rotation - 90);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue