Why calling StopAnimation() on StarCounter's ctor()?

This commit is contained in:
Adonais Romero González 2016-10-15 13:53:39 -05:00
parent 9241287c79
commit 2625d06553

View File

@ -122,6 +122,7 @@ namespace osu.Game.Graphics.UserInterface
starContainer.Add(star);
}
// Used to recreate initial state.
StopAnimation();
}