mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Update other transformers with similar refactored logic
This commit is contained in:
@ -120,14 +120,12 @@ namespace osu.Game.Rulesets.Mania.Skinning.Legacy
|
||||
|
||||
case ManiaSkinComponents.StageForeground:
|
||||
return new LegacyStageForeground();
|
||||
|
||||
default:
|
||||
return Source.GetDrawableComponent(component);
|
||||
}
|
||||
|
||||
default:
|
||||
return Source.GetDrawableComponent(component);
|
||||
break;
|
||||
}
|
||||
|
||||
return Source.GetDrawableComponent(component);
|
||||
}
|
||||
|
||||
private Drawable getResult(HitResult result)
|
||||
|
Reference in New Issue
Block a user