Update framework with better children list

This commit is contained in:
Thomas Müller
2017-06-24 12:56:35 +02:00
parent f70bdd80aa
commit 1bca9ca0e9
9 changed files with 9 additions and 9 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Direct
SetInfo = setInfo;
}
protected IEnumerable<DifficultyIcon> GetDifficultyIcons()
protected List<DifficultyIcon> GetDifficultyIcons()
{
var icons = new List<DifficultyIcon>();