Adjust fade out duration to match stable

This commit is contained in:
Salman Ahmed 2022-10-18 23:48:51 +03:00
parent 3b3f3dc159
commit 13e2323791

View File

@ -57,7 +57,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
/// </summary>
public readonly IBindable<double> SpinsPerMinute = new BindableDouble();
private const double fade_out_duration = 160;
private const double fade_out_duration = 240;
public DrawableSpinner()
: this(null)