Skip to content

Commit 71dab4d

Browse files
committed
Optimize imports
1 parent f9717c7 commit 71dab4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/progressed/entities/bullet/pseudo3d/ArcBulletType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import progressed.util.*;
1818

1919
import static mindustry.Vars.*;
20-
import static progressed.graphics.Draw3D.hMul;
20+
import static progressed.graphics.Draw3D.*;
2121

2222
public class ArcBulletType extends BulletType{
2323
private static float cdist = 0f;

src/progressed/util/PMMathf.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import arc.math.geom.*;
55
import mindustry.entities.*;
66

7-
import static arc.math.Mathf.sqrt;
7+
import static arc.math.Mathf.*;
88

99
public class PMMathf{
1010
private static final Vec2 bezOut = new Vec2(), p1 = new Vec2(), p2 = new Vec2(), p3 = new Vec2(), p4 = new Vec2(), tmp = new Vec2();

0 commit comments

Comments
 (0)