1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 16:03:01 +08:00

I knew I forgot something >:(

This commit is contained in:
Adonais Romero González 2016-10-29 18:42:40 -05:00
parent ef9d2b5b3c
commit fd0900eb3c

View File

@ -19,7 +19,7 @@ namespace osu.Game.GameModes.Play.Catch
protected override bool CanPopOutWhileRolling => true;
protected virtual double FadeOutDelay => 1000;
protected virtual double FadeOutDuration => 300;
protected override double FadeOutDuration => 300;
protected override string FormatCount(ulong count)
{