mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 22:42:41 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
79a62cd74c
1 changed files with 1 additions and 1 deletions
|
|
@ -722,7 +722,7 @@ public class MobileInput extends InputHandler implements GestureListener{
|
|||
|
||||
//When in line mode, pan when near screen edges automatically
|
||||
if(Core.input.isTouched(0)){
|
||||
autoPan();
|
||||
autoPan();
|
||||
}
|
||||
|
||||
int lx = tileX(Core.input.mouseX()), ly = tileY(Core.input.mouseY());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue