osudroid / osu-droid

http://osudroid.moe
Apache License 2.0
507 stars 76 forks source link

Fix AR checking for Auto cursor #174

Closed ammarasyad closed 2 years ago

ammarasyad commented 2 years ago

This happened because in the pre-release I saw the cursor to be faster than I originally planned.

In my recent Auto cursor fix, I overlooked the millisecond to AR in AR checking. It was supposed to be multiplied by 1000 as the approach rate given by the parameter was in seconds. As such, this PR fixes that issue. It should work properly now.

While I'm at it, I made the cursor faster when AR is below AR 10, as I think some people may find it too slow.