This commit is contained in:
DrabWeb
2017-04-09 04:50:35 -03:00
parent 7b5f8800bd
commit fe17cb924d
2 changed files with 148 additions and 129 deletions

View File

@ -220,7 +220,7 @@ namespace osu.Game.Overlays
preferUnicode.ValueChanged += unicode => updateDisplay(current, TransformDirection.None);
beatmapSource = game.Beatmap ?? new Bindable<WorkingBeatmap>();
playList = beatmaps.GetAllWithChildren<BeatmapSetInfo>();
//playList = playlist;
currentBackground = new MusicControllerBackground();
playerContainer.Add(currentBackground);