Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2021-03-06 14:23:14 -05:00

View File

@@ -722,7 +722,7 @@ public class MobileInput extends InputHandler implements GestureListener{
//When in line mode, pan when near screen edges automatically //When in line mode, pan when near screen edges automatically
if(Core.input.isTouched(0)){ if(Core.input.isTouched(0)){
autoPan(); autoPan();
} }
int lx = tileX(Core.input.mouseX()), ly = tileY(Core.input.mouseY()); int lx = tileX(Core.input.mouseX()), ly = tileY(Core.input.mouseY());