mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 21:52:54 +08:00
Ensure set headers are above difficulties.
This commit is contained in:
parent
35a02aa972
commit
f540bf3765
@ -60,6 +60,7 @@ namespace osu.Game.Beatmaps.Drawables
|
|||||||
|
|
||||||
Header = new BeatmapSetHeader(beatmap)
|
Header = new BeatmapSetHeader(beatmap)
|
||||||
{
|
{
|
||||||
|
Depth = 1,
|
||||||
GainedSelection = headerGainedSelection,
|
GainedSelection = headerGainedSelection,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user