diff --git a/osu.Game/Graphics/UserInterface/StarCounter.cs b/osu.Game/Graphics/UserInterface/StarCounter.cs index a352bdfb9f..bfcd807962 100644 --- a/osu.Game/Graphics/UserInterface/StarCounter.cs +++ b/osu.Game/Graphics/UserInterface/StarCounter.cs @@ -122,6 +122,7 @@ namespace osu.Game.Graphics.UserInterface starContainer.Add(star); } + // Used to recreate initial state. StopAnimation(); }