mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Require ScoreProcessor to receive ruleset
This commit is contained in:
@ -24,7 +24,7 @@ namespace osu.Game.Rulesets.Catch.Tests
|
||||
[SetUp]
|
||||
public void SetUp() => Schedule(() =>
|
||||
{
|
||||
scoreProcessor = new ScoreProcessor();
|
||||
scoreProcessor = new ScoreProcessor(new CatchRuleset());
|
||||
|
||||
SetContents(_ => new CatchComboDisplay
|
||||
{
|
||||
|
Reference in New Issue
Block a user