Fix hitobject combo colour potentially not getting adjusted

This commit is contained in:
smoogipoo
2019-10-18 17:32:11 +09:00
parent e3740fbc77
commit 89f50b26f7
2 changed files with 144 additions and 1 deletions

View File

@ -128,7 +128,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
if (HitObject is IHasComboInformation combo)
{
comboIndexBindable = combo.ComboIndexBindable.GetBoundCopy();
comboIndexBindable.BindValueChanged(_ => updateAccentColour());
comboIndexBindable.BindValueChanged(_ => updateAccentColour(), true);
}
updateState(ArmedState.Idle, true);