Skip to content

Commit

Permalink
Remove rounding of slider velocity (when applied as scroll speed)
Browse files Browse the repository at this point in the history
This affects both osu!taiko and osu!mania.

Closes ppy#25862.
  • Loading branch information
peppy committed Jan 18, 2024
1 parent 795baf0 commit c9945b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osu.Game/Beatmaps/ControlPoints/EffectControlPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class EffectControlPoint : ControlPoint, IEquatable<EffectControlPoint>
/// </summary>
public readonly BindableDouble ScrollSpeedBindable = new BindableDouble(1)
{
Precision = 0.01,
MinValue = 0.01,
MaxValue = 10
};
Expand Down

0 comments on commit c9945b4

Please sign in to comment.