Move setting up the ruleset bindable to top-base test scene

This commit is contained in:
Salman Ahmed
2020-06-10 18:23:31 +03:00
parent efd5e14410
commit 4fb71eeb20
4 changed files with 4 additions and 20 deletions

View File

@ -19,7 +19,6 @@ namespace osu.Game.Tests.Visual
[BackgroundDependencyLoader]
private void load()
{
Ruleset.Value = CreateEditorRuleset().RulesetInfo;
Beatmap.Value = CreateWorkingBeatmap(Ruleset.Value);
}