1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:07:44 +08:00

Ensure set headers are above difficulties.

This commit is contained in:
Dean Herbert 2016-11-25 12:48:59 +09:00
parent 35a02aa972
commit f540bf3765

View File

@ -60,6 +60,7 @@ namespace osu.Game.Beatmaps.Drawables
Header = new BeatmapSetHeader(beatmap)
{
Depth = 1,
GainedSelection = headerGainedSelection,
RelativeSizeAxes = Axes.X,
};