mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 14:12:56 +08:00
Remove no longer necessary HandleInput overrides
This commit is contained in:
parent
7762b67ecb
commit
ba48331fcb
@ -77,10 +77,6 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
|
||||
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
Block a user