Raises animation fps to 60

hh
Laurent 5 years ago
parent dd7a2d5575
commit 51b8482c6e
  1. 2
      app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/replayer/ReplayerConfiguration.kt

@ -11,7 +11,7 @@ import kotlin.math.max
class ReplayerConfiguration(var handHistory: HandHistory) {
private val animationFramesPerSecond = 50
private val animationFramesPerSecond = 60
val animationRate: Long
get() { return 1000L / this.animationFramesPerSecond}
private val animationDuration = 200L

Loading…
Cancel
Save