Skip to content

Commit

Permalink
Remove unnecessary double addition of parent sources in ruleset provi…
Browse files Browse the repository at this point in the history
…ding container
  • Loading branch information
peppy committed Sep 30, 2024
1 parent bf05b9d commit d2b855d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions osu.Game/Skinning/RulesetSkinProvidingContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ protected override void RefreshSources()
case Skin skin:
sources.Add(GetRulesetTransformedSkin(skin));
break;

default:
sources.Add(source);
break;
}
}

Expand Down

0 comments on commit d2b855d

Please sign in to comment.