1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Inherit BeatmapSetDownloader from Component.

This commit is contained in:
DrabWeb 2018-06-05 18:09:26 -03:00
parent 4cf7a64636
commit 80951eae68

View File

@ -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;