Merge branch 'master' into better-direct-progress-bar

This commit is contained in:
Dan Balasescu
2018-01-22 14:25:23 +09:00
committed by GitHub
5 changed files with 24 additions and 9 deletions

View File

@ -109,6 +109,8 @@ namespace osu.Game.Overlays.Direct
beatmaps.BeatmapDownloadBegan += attachDownload;
}
public override bool DisposeOnDeathRemoval => true;
protected override void Dispose(bool isDisposing)
{
base.Dispose(isDisposing);