Fix TestCaseEditor as well

This commit is contained in:
David Zhao
2019-03-12 17:45:16 +09:00
parent 9368081b99
commit e6a55cd674
5 changed files with 2 additions and 6 deletions

View File

@ -26,7 +26,7 @@ namespace osu.Game.Tests.Visual
{
Beatmap.Value = new TestWorkingBeatmap(ruleset.RulesetInfo, null);
LoadComponentAsync(new Editor(), LoadScreen);
LoadScreen(new Editor());
}
}
}