mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
HandlePositionalInput must be true
To update IsHovered
This commit is contained in:
parent
7762b67ecb
commit
4465e42b85
@ -85,6 +85,8 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
public override bool RemoveCompletedTransforms => false;
|
||||
protected override bool RequiresChildrenUpdate => true;
|
||||
|
||||
public override bool HandlePositionalInput => true;
|
||||
|
||||
public override bool IsPresent => base.IsPresent || (State.Value == ArmedState.Idle && Clock?.CurrentTime >= LifetimeStart);
|
||||
|
||||
public readonly Bindable<ArmedState> State = new Bindable<ArmedState>();
|
||||
|
Loading…
Reference in New Issue
Block a user