Update framework

This commit is contained in:
Thomas Müller
2017-07-11 16:58:06 +03:00
committed by Dean Herbert
parent 39d20565aa
commit 9d523ea012
29 changed files with 54 additions and 59 deletions

View File

@ -42,7 +42,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
RelativeSizeAxes = Axes.Both;
Height = (float)HitObject.Duration;
Add(new Drawable[]
AddRange(new Drawable[]
{
// For now the body piece covers the entire height of the container
// whereas possibly in the future we don't want to extend under the head/tail.