mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Update selected mdos references
This commit is contained in:
parent
d7eb4f73f4
commit
54572b6de9
@ -44,7 +44,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
Position = new Vector2(0, 25),
|
||||
});
|
||||
|
||||
modDisplay.Current.BindTo(Mods);
|
||||
modDisplay.Current.BindTo(SelectedMods);
|
||||
|
||||
AddStep("all metrics", () => detailsArea.Beatmap = new TestWorkingBeatmap(new Beatmap
|
||||
{
|
||||
@ -204,7 +204,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
}
|
||||
});
|
||||
|
||||
Mods.Value = new[] { ruleset.GetAllMods().First(m => m is ModEasy) };
|
||||
SelectedMods.Value = new[] { ruleset.GetAllMods().First(m => m is ModEasy) };
|
||||
});
|
||||
|
||||
AddStep("with HR mod", () =>
|
||||
@ -230,7 +230,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
}
|
||||
});
|
||||
|
||||
Mods.Value = new[] { ruleset.GetAllMods().First(m => m is ModHardRock) };
|
||||
SelectedMods.Value = new[] { ruleset.GetAllMods().First(m => m is ModHardRock) };
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user