Ensure the correct (up-to-date) ruleset is retrieved

This commit is contained in:
Dean Herbert
2020-04-07 16:18:24 +09:00
parent 2c840c52a3
commit 0a340bac5a
4 changed files with 11 additions and 1 deletions

View File

@ -15,5 +15,7 @@ namespace osu.Game.Rulesets.Catch.Tests
typeof(CatchRuleset),
typeof(CatchLegacySkinTransformer),
};
protected override Ruleset CreateRulesetForSkinProvider() => new CatchRuleset();
}
}