mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +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:
parent
795baf0d5e
commit
c9945b41c1
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user