mirror of
https://github.com/ppy/osu.git
synced 2025-01-08 08:12:54 +08:00
Fix custom rulesets not being testable
This commit is contained in:
parent
e58fb3f528
commit
6fb52e5370
@ -67,6 +67,7 @@ namespace osu.Game.Tests.Visual
|
|||||||
var beatmap = CreateBeatmap(ruleset.RulesetInfo);
|
var beatmap = CreateBeatmap(ruleset.RulesetInfo);
|
||||||
|
|
||||||
Beatmap.Value = CreateWorkingBeatmap(beatmap);
|
Beatmap.Value = CreateWorkingBeatmap(beatmap);
|
||||||
|
Ruleset.Value = ruleset.RulesetInfo;
|
||||||
|
|
||||||
if (!AllowFail)
|
if (!AllowFail)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user