This commit is contained in:
MEEPofFaith
2025-02-08 21:44:56 -08:00
parent 35972a6fd9
commit 6eb463f5ed

View File

@@ -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);
}
}