mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix logical regression
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user