mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00:00
Remove completely incorrect check before applying ruleset transformer
This commit is contained in:
parent
9473c350b5
commit
1c93551590
@ -41,7 +41,7 @@ namespace osu.Game.Skinning
|
||||
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
Block a user