Skip to content

Commit 70e9d6d

Browse files
committed
oops
1 parent 6eb463f commit 70e9d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/src/mindustry/type/weapons/MineWeapon.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void draw(Unit unit, WeaponMount mount){
6060
px = wx + Angles.trnsx(weaponRotation, shootX, sY),
6161
py = wy + Angles.trnsy(weaponRotation, shootX, sY);
6262

63-
unit.type.drawMiningBeam(px, py);
63+
unit.type.drawMiningBeam(unit, px, py);
6464
Draw.z(z);
6565
}
6666
}

0 commit comments

Comments
 (0)