mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-08 23:07:33 +07:00
Checked button fix
This commit is contained in:
@ -286,7 +286,7 @@ public class MobileInput extends InputHandler implements GestureListener{
|
||||
selectPlans.clear();
|
||||
mode = none;
|
||||
block = null;
|
||||
}).width(155f).height(50f).margin(12f);
|
||||
}).width(155f).checked(b -> false).height(50f).margin(12f);
|
||||
});
|
||||
|
||||
group.fill(t -> {
|
||||
|
Reference in New Issue
Block a user