mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 11:47:24 +08:00
Fix ruleset not being reset correctly in tests
This commit is contained in:
parent
def499e7cb
commit
17702ead0b
@ -45,7 +45,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
public void Setup() => Schedule(() =>
|
||||
{
|
||||
SelectedMods.SetDefault();
|
||||
Ruleset.SetDefault();
|
||||
Ruleset.Value = new OsuRuleset().RulesetInfo;
|
||||
Beatmap.Value = CreateWorkingBeatmap(new TestBeatmap(new OsuRuleset().RulesetInfo)
|
||||
{
|
||||
BeatmapInfo =
|
||||
|
Loading…
Reference in New Issue
Block a user