mirror of
https://github.com/ppy/osu
synced 2025-01-21 05:20:50 +00:00
Adjust fade out duration to match stable
This commit is contained in:
parent
3b3f3dc159
commit
13e2323791
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user