diff --git a/core/src/mindustry/ui/BorderImage.java b/core/src/mindustry/ui/BorderImage.java index 525d2743c8..fc1c94f044 100644 --- a/core/src/mindustry/ui/BorderImage.java +++ b/core/src/mindustry/ui/BorderImage.java @@ -37,9 +37,6 @@ public class BorderImage extends Image{ public void draw(){ super.draw(); - float scaleX = this.scaleX; - float scaleY = this.scaleY; - Draw.color(borderColor); Draw.alpha(parentAlpha); Lines.stroke(Scl.scl(thickness)); diff --git a/gradle.properties b/gradle.properties index ceb565fae3..ef9df1eb5f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=d1a629e5f26a038828d72d15c7c9acc01f84e77c +archash=e3078d7782509f39e5b0ee6989c5f7eeea0ad1b7