Merge branch 'master' into dho-apply

This commit is contained in:
Dean Herbert
2019-10-18 19:45:10 +09:00
committed by GitHub
24 changed files with 602 additions and 67 deletions

View File

@ -131,7 +131,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);