mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 18:32:56 +08:00
Select first difficulty by default
This commit is contained in:
parent
51791bba7f
commit
cfa637b763
@ -73,6 +73,7 @@ namespace osu.Game.GameModes.Play
|
||||
public BeatmapGroup(BeatmapSetInfo beatmapSet, BeatmapResourceStore beatmapStore, TextureStore resources)
|
||||
{
|
||||
BeatmapSet = beatmapSet;
|
||||
selectedBeatmap = beatmapSet.Beatmaps[0];
|
||||
Alpha = collapsedAlpha;
|
||||
RelativeSizeAxes = Axes.X;
|
||||
Size = new Vector2(1, 0);
|
||||
|
@ -157,6 +157,7 @@ namespace osu.Game.GameModes.Play
|
||||
{
|
||||
first.Collapsed = false;
|
||||
selectedBeatmapSet = first.BeatmapSet;
|
||||
selectedBeatmap = first.SelectedBeatmap;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user