mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 16:12:57 +08:00
Why calling StopAnimation() on StarCounter's ctor()?
This commit is contained in:
parent
9241287c79
commit
2625d06553
@ -122,6 +122,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
starContainer.Add(star);
|
starContainer.Add(star);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Used to recreate initial state.
|
||||||
StopAnimation();
|
StopAnimation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user