mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:32:55 +08:00
Reapply current state, not idle
This commit is contained in:
parent
c080ebcc50
commit
c386589cc0
@ -116,7 +116,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
|||||||
HitObject.DefaultsApplied += onDefaultsApplied;
|
HitObject.DefaultsApplied += onDefaultsApplied;
|
||||||
|
|
||||||
startTimeBindable = HitObject.StartTimeBindable.GetBoundCopy();
|
startTimeBindable = HitObject.StartTimeBindable.GetBoundCopy();
|
||||||
startTimeBindable.BindValueChanged(_ => updateState(ArmedState.Idle, true));
|
startTimeBindable.BindValueChanged(_ => updateState(State.Value, true));
|
||||||
|
|
||||||
if (HitObject is IHasComboInformation combo)
|
if (HitObject is IHasComboInformation combo)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user