From fd0900eb3cd0880782d75dd0f2163785578fe1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adonais=20Romero=20Gonz=C3=A1lez?= Date: Sat, 29 Oct 2016 18:42:40 -0500 Subject: [PATCH] I knew I forgot something >:( --- osu.Game/GameModes/Play/Catch/CatchComboCounter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/GameModes/Play/Catch/CatchComboCounter.cs b/osu.Game/GameModes/Play/Catch/CatchComboCounter.cs index dc87e65eec..cf6f153ea1 100644 --- a/osu.Game/GameModes/Play/Catch/CatchComboCounter.cs +++ b/osu.Game/GameModes/Play/Catch/CatchComboCounter.cs @@ -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) {