diff --git a/osu.Game/GameModes/Play/ComboResultCounter.cs b/osu.Game/GameModes/Play/ComboResultCounter.cs index 90e40e3077..10f167465f 100644 --- a/osu.Game/GameModes/Play/ComboResultCounter.cs +++ b/osu.Game/GameModes/Play/ComboResultCounter.cs @@ -12,7 +12,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace osu.Game.GameModes.Play.UserInterface +namespace osu.Game.GameModes.Play { /// /// Used to display combo with a roll-up animation in results screen.