From 5cbb3585220846f5dda1e9830a2d8ce61a57c2be Mon Sep 17 00:00:00 2001 From: Anuken Date: Sat, 8 Feb 2025 21:43:34 -0500 Subject: [PATCH] Checked button fix --- core/src/mindustry/input/MobileInput.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/input/MobileInput.java b/core/src/mindustry/input/MobileInput.java index d6d8485454..f667e7444f 100644 --- a/core/src/mindustry/input/MobileInput.java +++ b/core/src/mindustry/input/MobileInput.java @@ -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 -> {