mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 13:42:23 +08:00
Fix ruleset not being reset correctly in tests
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user