Searched refs:ROLL_RESET_DELAY (Results 1 – 1 of 1) sorted by relevance
27 private final static float ROLL_RESET_DELAY = 0.075f; field in InputGameInterface134 final float delay = Math.max(ROLL_RESET_DELAY, timeDelta); in update()