Fixed multiblocks not drawing

This commit is contained in:
Anuken
2019-05-09 18:10:12 -04:00
parent 9f4a430412
commit 69575dbab3
12 changed files with 6 additions and 38 deletions

View File

@@ -5,7 +5,6 @@ import io.anuke.arc.graphics.g2d.*;
import io.anuke.arc.math.Mathf;
import io.anuke.arc.util.Tmp;
//TODO remove
public class Shapes{
public static void laser(String line, String edge, float x, float y, float x2, float y2, float scale){