1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 02:39:53 +08:00

Add tick skinning support

This commit is contained in:
Dean Herbert
2020-04-15 19:24:50 +09:00
Unverified
parent 07632cd1e5
commit bfc0d41c0c
@@ -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);