mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +08:00
Update state after applying hitobject
This commit is contained in:
parent
ed38b589bb
commit
e95a1beaef
@ -147,8 +147,9 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
samplesBindable = HitObject.SamplesBindable.GetBoundCopy();
|
||||
samplesBindable.CollectionChanged += (_, __) => loadSamples();
|
||||
|
||||
updateState(ArmedState.Idle, true);
|
||||
apply(HitObject);
|
||||
|
||||
updateState(ArmedState.Idle, true);
|
||||
}
|
||||
|
||||
private void loadSamples()
|
||||
|
Loading…
Reference in New Issue
Block a user