mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Remove weird code
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user