mirror of
https://github.com/osukey/osukey.git
synced 2025-07-07 03:09:54 +09:00
Remove disable setting
This commit is contained in:
@ -58,11 +58,7 @@ namespace osu.Game.Tests.Visual
|
|||||||
{
|
{
|
||||||
base.Dispose(isDisposing);
|
base.Dispose(isDisposing);
|
||||||
|
|
||||||
if (beatmap != null)
|
beatmap?.Value.Track.Stop();
|
||||||
{
|
|
||||||
beatmap.Disabled = true;
|
|
||||||
beatmap.Value.Track.Stop();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (localStorage.IsValueCreated)
|
if (localStorage.IsValueCreated)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user