Bugfixes
This commit is contained in:
@@ -8,7 +8,7 @@ import java.util.Arrays;
|
||||
import static mindustry.Vars.world;
|
||||
|
||||
public class Edges{
|
||||
private static final int maxSize = 11;
|
||||
private static final int maxSize = 14;
|
||||
private static final int maxRadius = 12;
|
||||
private static Point2[][] edges = new Point2[maxSize][0];
|
||||
private static Point2[][] edgeInside = new Point2[maxSize][0];
|
||||
|
||||
Reference in New Issue
Block a user