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
-3
View File
@@ -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));