mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Merge pull request #11177 from bdach/bar-line-initial-state
Ensure correct initial state of taiko bar lines
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user