Potential sector data carry-over fix
This commit is contained in:
@@ -996,8 +996,8 @@ public class MobileInput extends InputHandler implements GestureListener{
|
||||
}
|
||||
|
||||
targetPos.set(Core.camera.position);
|
||||
float attractDst = 15f;
|
||||
|
||||
float attractDst = 15f;
|
||||
float speed = unit.speed();
|
||||
float range = unit.hasWeapons() ? unit.range() : 0f;
|
||||
float bulletSpeed = unit.hasWeapons() ? type.weapons.first().bullet.speed : 0f;
|
||||
|
||||
Reference in New Issue
Block a user