mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Select first difficulty by default
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user