mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Rename LoadingAnimation to LoadingSpinner
This commit is contained in:
@ -37,7 +37,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
private readonly List<DrawableChannel> loadedChannels = new List<DrawableChannel>();
|
||||
|
||||
private LoadingAnimation loading;
|
||||
private LoadingSpinner loading;
|
||||
|
||||
private FocusedTextBox textbox;
|
||||
|
||||
@ -146,7 +146,7 @@ namespace osu.Game.Overlays
|
||||
}
|
||||
}
|
||||
},
|
||||
loading = new LoadingAnimation(),
|
||||
loading = new LoadingSpinner(),
|
||||
}
|
||||
},
|
||||
tabsArea = new TabsArea
|
||||
|
Reference in New Issue
Block a user