This commit is contained in:
Anuken 2020-07-23 17:39:28 -04:00
parent 72fc103e16
commit d6af9a6671
2 changed files with 1 additions and 4 deletions

View File

@ -37,9 +37,6 @@ public class BorderImage extends Image{
public void draw(){ public void draw(){
super.draw(); super.draw();
float scaleX = this.scaleX;
float scaleY = this.scaleY;
Draw.color(borderColor); Draw.color(borderColor);
Draw.alpha(parentAlpha); Draw.alpha(parentAlpha);
Lines.stroke(Scl.scl(thickness)); Lines.stroke(Scl.scl(thickness));

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=d1a629e5f26a038828d72d15c7c9acc01f84e77c archash=e3078d7782509f39e5b0ee6989c5f7eeea0ad1b7