Revert some more usage of MusicController back to WorkingBeatmap

This commit is contained in:
Dean Herbert
2020-08-21 15:05:56 +09:00
parent 0b0ff62647
commit d2c2e8bbe8
9 changed files with 17 additions and 12 deletions

View File

@ -278,7 +278,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// Whether this beatmap's track has been loaded via <see cref="LoadTrack"/>.
/// </summary>
public bool TrackLoaded => loadedTrack != null;
public virtual bool TrackLoaded => loadedTrack != null;
/// <summary>
/// Get the loaded audio track instance. <see cref="LoadTrack"/> must have first been called.