Bring framework up-to-date

This commit is contained in:
Dean Herbert
2017-06-07 15:32:50 +09:00
parent a010e6b8db
commit 5f537780cf
5 changed files with 8 additions and 8 deletions

View File

@ -55,7 +55,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
tickContainer = new Container<DrawableHoldNoteTick>
{
RelativeSizeAxes = Axes.Both,
RelativeCoordinateSpace = new Vector2(1, (float)HitObject.Duration)
RelativeChildSize = new Vector2(1, (float)HitObject.Duration)
},
head = new DrawableHeadNote(this, key)
{