Merge remote-tracking branch 'origin/master'

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

View file

@ -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());