From 2625d065539f27ce3b982bc8235b03dfbd11fc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adonais=20Romero=20Gonz=C3=A1lez?= Date: Sat, 15 Oct 2016 13:53:39 -0500 Subject: [PATCH] Why calling StopAnimation() on StarCounter's ctor()? --- osu.Game/Graphics/UserInterface/StarCounter.cs | 1 + 1 file changed, 1 insertion(+) 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(); }