Update in-line with framework changes

This commit is contained in:
smoogipoo
2017-11-09 17:04:04 +09:00
parent 348083f589
commit 66ee9d1631
3 changed files with 8 additions and 6 deletions

View File

@ -215,9 +215,6 @@ namespace osu.Game.Rulesets.Objects.Drawables
nestedHitObjects.Add(h);
}
protected override bool AllowStateTransformByParent => false;
protected override bool AllowTransformClearByParent => false;
protected abstract void UpdateState(ArmedState state);
}
}