mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Remove weird code
This commit is contained in:
parent
26f34e8fb9
commit
e9ec406046
@ -28,11 +28,6 @@ namespace osu.Game.Beatmaps.Drawables
|
|||||||
},
|
},
|
||||||
downloadTracker = new BeatmapDownloadTracker(beatmapSet),
|
downloadTracker = new BeatmapDownloadTracker(beatmapSet),
|
||||||
};
|
};
|
||||||
AddInternal(progressBar = new ProgressBar(false)
|
|
||||||
{
|
|
||||||
Height = 0,
|
|
||||||
Alpha = 0,
|
|
||||||
});
|
|
||||||
|
|
||||||
AutoSizeAxes = Axes.Y;
|
AutoSizeAxes = Axes.Y;
|
||||||
RelativeSizeAxes = Axes.X;
|
RelativeSizeAxes = Axes.X;
|
||||||
|
Loading…
Reference in New Issue
Block a user