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