Merge pull request #17997 from peppy/fix-what-the-fuck

Remove weird duplicated code
This commit is contained in:
Dan Balasescu
2022-04-27 20:54:13 +09:00
committed by GitHub

View File

@ -28,11 +28,6 @@ namespace osu.Game.Beatmaps.Drawables
},
downloadTracker = new BeatmapDownloadTracker(beatmapSet),
};
AddInternal(progressBar = new ProgressBar(false)
{
Height = 0,
Alpha = 0,
});
AutoSizeAxes = Axes.Y;
RelativeSizeAxes = Axes.X;