mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix most remaining test issues
This commit is contained in:
@ -676,10 +676,6 @@ namespace osu.Game.Screens.Select
|
||||
if (beatmapSet?.IsManaged == true)
|
||||
beatmapSet = beatmapSet.Detach();
|
||||
|
||||
// todo: probably not required any more.
|
||||
// foreach (var b in beatmapSet.Beatmaps)
|
||||
// b.Metadata ??= beatmapSet.Metadata;
|
||||
|
||||
var set = new CarouselBeatmapSet(beatmapSet)
|
||||
{
|
||||
GetRecommendedBeatmap = beatmaps => GetRecommendedBeatmap?.Invoke(beatmaps)
|
||||
|
Reference in New Issue
Block a user