Update ControlButton.java

This commit is contained in:
Tungstend 2024-01-21 18:05:48 +08:00
parent 7e52a71d46
commit a97b196b57
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ public class ControlButton extends AppCompatButton implements CustomView {
super(context); super(context);
this.menu = gameMenu; this.menu = gameMenu;
//去除阴影
setStateListAnimator(null); setStateListAnimator(null);
boundaryPath = new Path(); boundaryPath = new Path();