Home
last modified time | relevance | path

Searched refs:airTime (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DNPCAnimationComponent.java123 final float airTime = time.getGameTime() - parentObject.getLastTouchedFloorTime(); in shouldFall() local
124 if (!mFlying && !parentObject.touchingGround() && airTime > FALL_TIME_THRESHOLD) { in shouldFall()