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

Merge pull request #9261 from peppy/loading-spinner-always-animate

Fix LoadingSpinner not always playing fade in animation
This commit is contained in:
Dean Herbert 2020-06-12 19:38:07 +09:00 committed by GitHub
commit c726e6f514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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