1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 05:52:36 +08:00

Fix logical regression

This commit is contained in:
Dean Herbert
2018-04-23 16:41:15 +09:00
Unverified
parent 1f73ad0da5
commit 2d82c0b5cd
+1 -1
View File
@@ -71,7 +71,7 @@ namespace osu.Game.Screens.Menu
}
beatmap = beatmaps.GetWorkingBeatmap(setInfo.Beatmaps[0]);
track = Beatmap.Value.Track;
track = beatmap.Track;
welcome = audio.Sample.Get(@"welcome");
seeya = audio.Sample.Get(@"seeya");