mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Move SkinnableTestScene
into using the global CreateRuleset
method
This commit is contained in:
@ -16,6 +16,6 @@ namespace osu.Game.Rulesets.Catch.Tests
|
||||
typeof(CatchLegacySkinTransformer),
|
||||
};
|
||||
|
||||
protected override Ruleset CreateRulesetForSkinProvider() => new CatchRuleset();
|
||||
protected override Ruleset CreateRuleset() => new CatchRuleset();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user