1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 03:49:56 +08:00

Fix crashes after entering player

This commit is contained in:
Dean Herbert
2019-02-13 14:13:54 +09:00
Unverified
parent c3ae4d7b14
commit ab3adafafd
@@ -58,7 +58,6 @@ namespace osu.Game.Screens.Select
}
Beatmap.Value.Track.Looping = false;
Beatmap.Disabled = true;
SampleConfirm?.Play();