mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Merge branch 'master' into speedacc-rework
This commit is contained in:
commit
22a6ebb7a2
@ -111,7 +111,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
major.BindValueChanged(updateMajor);
|
||||
major.BindValueChanged(updateMajor, true);
|
||||
}
|
||||
|
||||
private void updateMajor(ValueChangedEvent<bool> major)
|
||||
|
Loading…
Reference in New Issue
Block a user