1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Fix LoadingSpinner not always playing fade in animation

This commit is contained in:
Dean Herbert 2020-06-12 13:38:20 +09:00
parent 8d550a7b29
commit 91b6979c97

View File

@ -17,6 +17,8 @@ namespace osu.Game.Graphics.UserInterface
{
private readonly SpriteIcon spinner;
protected override bool StartHidden => true;
protected Container MainContents;
public const float TRANSITION_DURATION = 500;