mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 10:03:05 +08: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