mirror of
https://github.com/ppy/osu
synced 2024-12-26 00:32:52 +00:00
Remove disable setting
This commit is contained in:
parent
43843ac558
commit
3ec94e4ab3
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user