mirror of
https://github.com/osukey/osukey.git
synced 2025-07-17 00:10:04 +09:00
Remove disable setting
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user