This commit is contained in:
Anuken
2020-08-18 00:37:09 -04:00
parent 0bd122c570
commit 0b407c7c1f
4 changed files with 9 additions and 3 deletions

View File

@@ -794,6 +794,8 @@ public class MobileInput extends InputHandler implements GestureListener{
Rect rect = Tmp.r3;
UnitType type = unit.type();
if(type == null) return;
boolean flying = type.flying;
boolean omni = !(unit instanceof WaterMovec);
boolean legs = unit.isGrounded();