mirror of
https://github.com/osukey/osukey.git
synced 2025-05-04 21:27:22 +09: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);
|
base.Dispose(isDisposing);
|
||||||
|
|
||||||
if (beatmap != null)
|
beatmap?.Value.Track.Stop();
|
||||||
{
|
|
||||||
beatmap.Disabled = true;
|
|
||||||
beatmap.Value.Track.Stop();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (localStorage.IsValueCreated)
|
if (localStorage.IsValueCreated)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user