Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DHitReactionComponent.java33 private final static float EVENT_SEND_DELAY = 5.0f; field in HitReactionComponent
155 if (mLastGameEventTime < 0.0f || gameTime > mLastGameEventTime + EVENT_SEND_DELAY) { in receivedHit()