From 261c1b1611e05acfd395fc1f9b39df9e7b2b98c0 Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 7 Oct 2020 14:20:23 -0400 Subject: [PATCH] (2) --- 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 57ab3d0932..26e1c6e909 100644 --- a/core/src/mindustry/input/MobileInput.java +++ b/core/src/mindustry/input/MobileInput.java @@ -546,7 +546,7 @@ public class MobileInput extends InputHandler implements GestureListener{ manualShooting = true; } - if(!state.isPlaying()) Fx.select.at(pos); + if(!state.isPaused()) Fx.select.at(pos); }else{ //ignore off-screen taps