Merge branch 'master' into speedacc-rework

This commit is contained in:
Dan Balasescu 2020-12-15 11:18:58 +09:00 committed by GitHub
commit 22a6ebb7a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
protected override void LoadComplete() protected override void LoadComplete()
{ {
base.LoadComplete(); base.LoadComplete();
major.BindValueChanged(updateMajor); major.BindValueChanged(updateMajor, true);
} }
private void updateMajor(ValueChangedEvent<bool> major) private void updateMajor(ValueChangedEvent<bool> major)