Skip to content

Commit b4fd7ec

Browse files
authored
Add a keycounter that has been actually used in Triangles skin (#35491)
1 parent cbe7da9 commit b4fd7ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

osu.Game.Tests/Visual/Gameplay/TestSceneSkinnableKeyCounter.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ public override void SetUpSteps()
3535

3636
protected override Ruleset CreateRulesetForSkinProvider() => new OsuRuleset();
3737

38-
protected override Drawable CreateDefaultImplementation() => new ArgonKeyCounterDisplay();
38+
protected override Drawable CreateArgonImplementation() => new ArgonKeyCounterDisplay();
39+
40+
protected override Drawable CreateDefaultImplementation() => new DefaultKeyCounterDisplay();
3941

4042
protected override Drawable CreateLegacyImplementation() => new LegacyKeyCounterDisplay();
4143
}

0 commit comments

Comments
 (0)