mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 19:40:38 +08:00
Adjust slider fadeout slightly.
This commit is contained in:
@@ -92,7 +92,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
||||
base.UpdateState(state);
|
||||
|
||||
Delay(HitObject.Duration);
|
||||
FadeOut(100);
|
||||
FadeOut(300);
|
||||
}
|
||||
|
||||
private class Ball : Container
|
||||
|
||||
Reference in New Issue
Block a user