mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-13 19:39:04 +07:00
Fixed visual glitch
This commit is contained in:
parent
a80c5a1efa
commit
6c32ab4711
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user