mirror of
https://github.com/ppy/osu
synced 2025-03-05 02:49:30 +00:00
Merge pull request #9261 from peppy/loading-spinner-always-animate
Fix LoadingSpinner not always playing fade in animation
This commit is contained in:
commit
c726e6f514
@ -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