1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 03:25:11 +08:00

Add tick skinning support

This commit is contained in:
Dean Herbert 2020-04-15 19:24:50 +09:00
parent 07632cd1e5
commit bfc0d41c0c

View File

@ -46,6 +46,9 @@ namespace osu.Game.Rulesets.Taiko.Skinning
return new LegacyHit(taikoComponent.Component);
return null;
case TaikoSkinComponents.DrumRollTick:
return this.GetAnimation("sliderscorepoint", false, false);
}
return source.GetDrawableComponent(component);