1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:07:44 +08:00

Revert unintentional change

This commit is contained in:
Dean Herbert 2019-03-25 12:51:54 +09:00
parent 9a6576c0a1
commit e705eb586d

View File

@ -120,8 +120,6 @@ namespace osu.Game.Rulesets.Objects.Drawables
}
}
protected override void ClearInternal(bool disposeChildren = true) => throw new InvalidOperationException($"Should never clear a {nameof(DrawableHitObject)}");
protected override void LoadComplete()
{
base.LoadComplete();