mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Remove delay on pop in
This commit is contained in:
parent
170df01b46
commit
062ffe64ac
@ -428,7 +428,6 @@ namespace osu.Game.Overlays.Mods
|
||||
base.PopIn();
|
||||
|
||||
multiplierDisplay?
|
||||
.Delay(fade_in_duration / 5)
|
||||
.FadeIn(fade_in_duration, Easing.OutQuint)
|
||||
.MoveToY(0, fade_in_duration, Easing.OutQuint);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user