Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DInputGameInterface.java27 private final static float ROLL_RESET_DELAY = 0.075f; field in InputGameInterface
134 final float delay = Math.max(ROLL_RESET_DELAY, timeDelta); in update()