From 9af93dc44daa5d3e89789ee783b3330a0f38e3ff Mon Sep 17 00:00:00 2001 From: Anuken Date: Sat, 22 Feb 2020 22:40:16 -0500 Subject: [PATCH] Slightly larger sectors --- core/src/mindustry/type/Sector.java | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/mindustry/type/Sector.java b/core/src/mindustry/type/Sector.java index a3ea26c5be..008e0587b8 100644 --- a/core/src/mindustry/type/Sector.java +++ b/core/src/mindustry/type/Sector.java @@ -52,7 +52,7 @@ public class Sector{ //v33 is now the center of this shape Vec3 center = Tmp.v33.scl(1f / corners.length).cpy(); //radius of circle - float radius = Tmp.v33.dst(corners[0]) * 0.9f; + float radius = Tmp.v33.dst(corners[0]) * 0.98f; //get plane that these points are on Plane plane = new Plane(); diff --git a/gradle.properties b/gradle.properties index bd1a1054c9..932d50fe75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=b0cce39a1f4ea1c4c4a07ce750d5c30f451b34c2 +archash=d8ea4539e93211d2134b806e7f4997ce09a491e2