Cleanup handling of mania samples

This commit is contained in:
smoogipoo
2020-04-21 16:33:19 +09:00
parent ea0ebc8527
commit d957614fc9
5 changed files with 52 additions and 45 deletions

View File

@ -127,6 +127,11 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
bodyPiece.Anchor = bodyPiece.Origin = e.NewValue == ScrollingDirection.Up ? Anchor.TopLeft : Anchor.BottomLeft;
}
public override void PlaySamples()
{
// The hold note does not play samples itself.
}
protected override void Update()
{
base.Update();