Skip to content

Commit

Permalink
It's the other direction
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed Aug 19, 2024
1 parent c8f5f3a commit 80b5a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Skinning/Skin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ private void applyMigration(SkinLayoutInfo layout, SkinComponentsContainerLookup

if (layout.TryGetDrawableInfo(ruleset, out var rulesetHUDComponents))
{
Type newCatchComboCounter = SerialisedDrawableInfo.GetAllAvailableDrawables(ruleset).Single(t => t.IsAssignableFrom(typeof(LegacyComboCounter)));
Type newCatchComboCounter = SerialisedDrawableInfo.GetAllAvailableDrawables(ruleset).Single(t => t.IsAssignableTo(typeof(LegacyComboCounter)));

// add catch-specific combo counter.
rulesetHUDComponents =
Expand Down

0 comments on commit 80b5a7e

Please sign in to comment.