Skip to content

Commit 40306c8

Browse files
committed
the
1 parent e0aa0ed commit 40306c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/progressed/world/blocks/defence/turret/testing/SkyLaserTestTurret.java

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package progressed.world.blocks.defence.turret.testing;
22

3+
import arc.graphics.g2d.*;
4+
import mindustry.graphics.*;
35
import progressed.entities.bullet.pseudo3d.*;
46
import progressed.graphics.*;
57

@@ -26,6 +28,7 @@ public class SkyLaserTestTurretBuild extends FreeTurretBuild{
2628
public void draw(){
2729
super.draw();
2830

31+
Draw.z(Layer.max);
2932
SkyBeamBulletType type = (SkyBeamBulletType)shootType;
3033
Draw3D.drawLineDebug(x, y, type.height, targetPos.x, targetPos.y, 0);
3134
Draw3D.drawDiskDebug(targetPos.x, targetPos.y, x, y, type.height, type.radius);

0 commit comments

Comments
 (0)