Checked button fix

This commit is contained in:
Anuken
2025-02-08 21:43:34 -05:00
parent 5cdee0e765
commit 5cbb358522

View File

@ -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 -> {