Remove no longer necessary ruleset info requirement

This commit is contained in:
Salman Ahmed
2021-05-08 13:00:39 +03:00
parent 43090067da
commit dca5efc59a
3 changed files with 3 additions and 6 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Tests.Visual.SongSelect
private void createDisplay(Func<WorkingBeatmap> getBeatmap)
{
AddStep("setup display", () => Child = display = new BeatmapMetadataDisplay(getBeatmap(), Ruleset.Value, new Bindable<IReadOnlyList<Mod>>(randomMods), null)
AddStep("setup display", () => Child = display = new BeatmapMetadataDisplay(getBeatmap(), new Bindable<IReadOnlyList<Mod>>(randomMods), null)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,