From 6eb463f5ed294d5678e647839b026662441f6cd7 Mon Sep 17 00:00:00 2001 From: MEEPofFaith <54301439+MEEPofFaith@users.noreply.github.com> Date: Sat, 8 Feb 2025 21:44:56 -0800 Subject: [PATCH] oops --- core/src/mindustry/type/UnitType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/type/UnitType.java b/core/src/mindustry/type/UnitType.java index d8ece89575..5317cdf638 100644 --- a/core/src/mindustry/type/UnitType.java +++ b/core/src/mindustry/type/UnitType.java @@ -1350,7 +1350,7 @@ public class UnitType extends UnlockableContent implements Senseable{ float px = unit.x + Angles.trnsx(unit.rotation, focusLen); float py = unit.y + Angles.trnsy(unit.rotation, focusLen); - drawMiningBeam(px, py); + drawMiningBeam(unit, px, py); } }