mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Inherit BeatmapSetDownloader from Component.
This commit is contained in:
parent
4cf7a64636
commit
80951eae68
@ -9,7 +9,7 @@ using osu.Framework.Graphics;
|
||||
|
||||
namespace osu.Game.Beatmaps.Drawables
|
||||
{
|
||||
public class BeatmapSetDownloader : Drawable
|
||||
public class BeatmapSetDownloader : Component
|
||||
{
|
||||
private readonly BeatmapSetInfo set;
|
||||
private readonly bool noVideo;
|
||||
|
Loading…
Reference in New Issue
Block a user