mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Fix LoadingSpinner not always playing fade in animation
This commit is contained in:
parent
8d550a7b29
commit
91b6979c97
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user