From 15c6a563be8a09fa165f0935dfb0870a22f14240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adonais=20Romero=20Gonz=C3=A1lez?= Date: Sat, 15 Oct 2016 22:24:03 -0500 Subject: [PATCH] Moved ComboResultCounter to right namespace --- osu.Game/GameModes/Play/ComboResultCounter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.