Merge branch 'beatmap-refactor/get-and-present' into beatmap-refactor/beatmap-overlays

This commit is contained in:
Dean Herbert
2021-11-01 18:07:51 +09:00
28 changed files with 201 additions and 148 deletions

View File

@ -249,6 +249,7 @@ namespace osu.Game.Overlays.BeatmapSet
{
downloadTracker = new BeatmapDownloadTracker(setInfo.NewValue);
downloadTracker.State.BindValueChanged(_ => updateDownloadButtons());
AddInternal(downloadTracker);
fadeContent.FadeIn(500, Easing.OutQuint);