mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 18:07:27 +09:00
Fix logical regression
This commit is contained in:
parent
1f73ad0da5
commit
2d82c0b5cd
@ -71,7 +71,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
}
|
}
|
||||||
|
|
||||||
beatmap = beatmaps.GetWorkingBeatmap(setInfo.Beatmaps[0]);
|
beatmap = beatmaps.GetWorkingBeatmap(setInfo.Beatmaps[0]);
|
||||||
track = Beatmap.Value.Track;
|
track = beatmap.Track;
|
||||||
|
|
||||||
welcome = audio.Sample.Get(@"welcome");
|
welcome = audio.Sample.Get(@"welcome");
|
||||||
seeya = audio.Sample.Get(@"seeya");
|
seeya = audio.Sample.Get(@"seeya");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user