Remove disable setting

This commit is contained in:
Dean Herbert 2019-02-13 15:14:34 +09:00
parent 43843ac558
commit 3ec94e4ab3

View File

@ -58,11 +58,7 @@ namespace osu.Game.Tests.Visual
{
base.Dispose(isDisposing);
if (beatmap != null)
{
beatmap.Disabled = true;
beatmap.Value.Track.Stop();
}
beatmap?.Value.Track.Stop();
if (localStorage.IsValueCreated)
{