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

@ -15,8 +15,8 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
public DrawableNote(Note hitObject)
: base(hitObject)
{
RelativeSizeAxes = Axes.X;
AutoSizeAxes = Axes.Y;
RelativeSizeAxes = Axes.Both;
Height = 100;
Add(headPiece = new NotePiece
{