mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix legacy skin transformers potentially ignoring source implementations
This commit is contained in:
@ -120,12 +120,14 @@ namespace osu.Game.Rulesets.Mania.Skinning.Legacy
|
||||
|
||||
case ManiaSkinComponents.StageForeground:
|
||||
return new LegacyStageForeground();
|
||||
|
||||
default:
|
||||
return Source.GetDrawableComponent(component);
|
||||
}
|
||||
|
||||
break;
|
||||
default:
|
||||
return Source.GetDrawableComponent(component);
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
private Drawable getResult(HitResult result)
|
||||
|
Reference in New Issue
Block a user