Add missing AddInternal call for BeatmapSetHeaderContent's download tracker

This commit is contained in:
Dean Herbert 2021-11-01 14:43:32 +09:00
parent 19feae4a8e
commit 21e0074d3b

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);