mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-10 15:57:37 +07:00
(2)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user