Rename LoadingAnimation to LoadingSpinner

This commit is contained in:
Dean Herbert
2020-02-21 15:33:31 +09:00
parent 623b78d675
commit 92f6f0207c
14 changed files with 37 additions and 37 deletions

View File

@ -40,14 +40,14 @@ namespace osu.Game.Graphics.UserInterface
set => loading.Size = value;
}
private readonly LoadingAnimation loading;
private readonly LoadingSpinner loading;
protected LoadingButton()
{
AddRange(new[]
{
CreateContent(),
loading = new LoadingAnimation
loading = new LoadingSpinner
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,