simonas-dev / quies

MIT License
0 stars 0 forks source link

Fix Card Animation Performance #47

Closed simonas-dev closed 1 year ago

simonas-dev commented 1 year ago
private val Int.Hz: Long
    get() = 1 / this * 1000L

This will always result to 0, because 1 / this is being casted into an Int.