Crash fix / Input tweak

This commit is contained in:
Anuken
2019-03-22 00:16:09 -04:00
parent ee06e620c6
commit c7d34049fa
21 changed files with 23 additions and 2 deletions

View File

@@ -401,6 +401,7 @@ public class MobileInput extends InputHandler implements GestureListener{
}
drawPlace(l.x, l.y, block, l.rotation, prevX - l.x, prevY - l.y, prevRotation);
rotation = l.rotation;
prevX = l.x;
prevY = l.y;
prevRotation = l.rotation;