Move SkinnableTestScene into using the global CreateRuleset method

This commit is contained in:
Salman Ahmed
2020-04-17 11:17:14 +03:00
parent 67bd7bfa39
commit 5fa6bcb5a3
5 changed files with 13 additions and 10 deletions

View File

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