1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:07:23 +08:00

More formatting

This commit is contained in:
MrTheMake 2017-05-24 02:38:05 +02:00
parent 67774192dd
commit 24f64c8815
2 changed files with 1 additions and 2 deletions

View File

@ -170,8 +170,8 @@ namespace osu.Game.Screens.Select
List<BeatmapGroup> visibleGroups = groups.Where(selectGroup => selectGroup.State != BeatmapGroupState.Hidden).ToList();
if (visibleGroups.Count < 1)
return;
BeatmapGroup group = visibleGroups[RNG.Next(visibleGroups.Count)];
BeatmapGroup group = visibleGroups[RNG.Next(visibleGroups.Count)];
BeatmapPanel panel = group.BeatmapPanels[RNG.Next(group.BeatmapPanels.Count)];
selectGroup(group, panel);

View File

@ -322,7 +322,6 @@ namespace osu.Game.Screens.Select
return;
bool beatmapSetChange = false;
if (beatmap.BeatmapSetInfoID == selectionChangeNoBounce?.BeatmapSetInfoID)
sampleChangeDifficulty.Play();
else