Fix editor not using beatmap combo colours initially on load

This commit is contained in:
Dean Herbert
2020-09-23 13:16:46 +09:00
parent 8562020eba
commit c38cd50723
2 changed files with 49 additions and 10 deletions

View File

@ -94,6 +94,7 @@ namespace osu.Game.Screens.Edit
}
},
};
LoadComponentAsync(CreateMainContent(), content =>
{
spinner.State.Value = Visibility.Hidden;