Make timing sections scroll again.

This commit is contained in:
smoogipooo
2017-05-16 17:03:43 +09:00
parent a25f11e809
commit da932276e8
3 changed files with 36 additions and 9 deletions

View File

@ -41,10 +41,6 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
Origin = Anchor.TopCentre
}
});
// The "length" of the hold note stops at the "base" of the tail piece
// but we want to contain the tail piece within our bounds
Height += (float)HitObject.Duration / headPiece.Height;
}
public override Color4 AccentColour