ModelInfo -> Model

This commit is contained in:
Dean Herbert
2019-06-27 00:29:09 +09:00
parent 8efc504817
commit 768d6c2fb3
2 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ namespace osu.Game.Overlays.Direct
{
public abstract class BeatmapDownloadTrackingComposite : DownloadTrackingComposite<BeatmapSetInfo, BeatmapManager>
{
public Bindable<BeatmapSetInfo> BeatmapSet => ModelInfo;
public Bindable<BeatmapSetInfo> BeatmapSet => Model;
protected BeatmapDownloadTrackingComposite(BeatmapSetInfo set = null)
: base(set)