mirror of https://github.com/ppy/osu
Remove no longer necessary HandleInput overrides
This commit is contained in:
parent
7762b67ecb
commit
ba48331fcb
|
@ -77,10 +77,6 @@ public abstract class DrawableHitObject : SkinReloadableDrawable, IHasAccentColo
|
|||
|
||||
private bool judgementOccurred;
|
||||
|
||||
public bool Interactive = true;
|
||||
public override bool HandleNonPositionalInput => Interactive;
|
||||
public override bool HandlePositionalInput => Interactive;
|
||||
|
||||
public override bool RemoveWhenNotAlive => false;
|
||||
public override bool RemoveCompletedTransforms => false;
|
||||
protected override bool RequiresChildrenUpdate => true;
|
||||
|
|
Loading…
Reference in New Issue