From 6c32ab47114e4f79c7f6d7f1d0467106074a7ed8 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 17 Sep 2018 09:09:48 -0400 Subject: [PATCH] Fixed visual glitch --- core/src/io/anuke/mindustry/input/MobileInput.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/src/io/anuke/mindustry/input/MobileInput.java b/core/src/io/anuke/mindustry/input/MobileInput.java index b56887d95d..8e26f9a76b 100644 --- a/core/src/io/anuke/mindustry/input/MobileInput.java +++ b/core/src/io/anuke/mindustry/input/MobileInput.java @@ -293,10 +293,7 @@ public class MobileInput extends InputHandler implements GestureListener{ @Override public void drawOutlined(){ - - //Draw.color(Palette.placing); - //Lines.poly(player.x, player.y, 100, Player.placeDistance); - //Draw.color(); + Lines.stroke(1f); Shaders.mix.color.set(Palette.accent); Graphics.shader(Shaders.mix);