mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Make sure tooltip appear in specific cases
This commit is contained in:
@ -140,7 +140,7 @@ namespace osu.Game.Overlays.Direct
|
||||
var icons = new List<DifficultyIcon>();
|
||||
|
||||
foreach (var b in SetInfo.Beatmaps.OrderBy(beatmap => beatmap.StarDifficulty))
|
||||
icons.Add(new DifficultyIcon(b));
|
||||
icons.Add(new DifficultyIcon(b, null, true));
|
||||
|
||||
return icons;
|
||||
}
|
||||
|
Reference in New Issue
Block a user