mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00: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