Fixed visual glitch
This commit is contained in:
@@ -293,10 +293,7 @@ public class MobileInput extends InputHandler implements GestureListener{
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void drawOutlined(){
|
public void drawOutlined(){
|
||||||
|
Lines.stroke(1f);
|
||||||
//Draw.color(Palette.placing);
|
|
||||||
//Lines.poly(player.x, player.y, 100, Player.placeDistance);
|
|
||||||
//Draw.color();
|
|
||||||
|
|
||||||
Shaders.mix.color.set(Palette.accent);
|
Shaders.mix.color.set(Palette.accent);
|
||||||
Graphics.shader(Shaders.mix);
|
Graphics.shader(Shaders.mix);
|
||||||
|
|||||||
Reference in New Issue
Block a user