Fix indentation (#4877)

Indents are 4 spaces not 3
This commit is contained in:
buthed010203
2021-03-06 11:11:17 -05:00
committed by GitHub
parent 7c7c57c64e
commit 8474c921ec

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