Add finaliser to WorkingBeatmap

This commit is contained in:
Dean Herbert
2019-06-27 13:56:36 +09:00
parent 1830362337
commit 8b0aaccfe6
3 changed files with 28 additions and 12 deletions

View File

@ -137,7 +137,7 @@ namespace osu.Game.Tests.Visual
track = audio?.Tracks.GetVirtual(length);
}
public override void Dispose()
protected override void Dispose(bool isDisposing)
{
base.Dispose();
store?.Dispose();