Update other transformers with similar refactored logic

This commit is contained in:
Dean Herbert
2021-05-30 19:15:59 +09:00
parent 50d71faf56
commit 17574833fb
3 changed files with 139 additions and 143 deletions

View File

@ -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)