1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 06:42:56 +08:00

Fix crashes after entering player

This commit is contained in:
Dean Herbert 2019-02-13 14:13:54 +09:00
parent c3ae4d7b14
commit ab3adafafd

View File

@ -58,7 +58,6 @@ namespace osu.Game.Screens.Select
}
Beatmap.Value.Track.Looping = false;
Beatmap.Disabled = true;
SampleConfirm?.Play();