Remove skin ctor param from LegacyCatchComboCounter

No longer used since 004798d61d.
This commit is contained in:
Bartłomiej Dach
2022-02-01 21:41:18 +01:00
parent 75101b1105
commit e042f29ee3
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ namespace osu.Game.Rulesets.Catch.Skinning.Legacy
case CatchSkinComponents.CatchComboCounter:
if (providesComboCounter)
return new LegacyCatchComboCounter(Skin);
return new LegacyCatchComboCounter();
return null;