mirror of https://github.com/ppy/osu
Remove completely incorrect check before applying ruleset transformer
This commit is contained in:
parent
9473c350b5
commit
1c93551590
|
@ -41,7 +41,7 @@ public RulesetSkinProvidingContainer(Ruleset ruleset, IBeatmap beatmap, [CanBeNu
|
|||
Ruleset = ruleset;
|
||||
Beatmap = beatmap;
|
||||
|
||||
InternalChild = new BeatmapSkinProvidingContainer(beatmapSkin is LegacySkin ? GetRulesetTransformedSkin(beatmapSkin) : beatmapSkin)
|
||||
InternalChild = new BeatmapSkinProvidingContainer(GetRulesetTransformedSkin(beatmapSkin))
|
||||
{
|
||||
Child = Content = new Container
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue