1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

Remove rounding of slider velocity (when applied as scroll speed)

This affects both osu!taiko and osu!mania.

Closes https://github.com/ppy/osu/issues/25862.
This commit is contained in:
Dean Herbert 2024-01-18 18:36:25 +09:00
parent 795baf0d5e
commit c9945b41c1
No known key found for this signature in database

View File

@ -21,7 +21,6 @@ namespace osu.Game.Beatmaps.ControlPoints
/// </summary>
public readonly BindableDouble ScrollSpeedBindable = new BindableDouble(1)
{
Precision = 0.01,
MinValue = 0.01,
MaxValue = 10
};