mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Merge branch 'master' into dho-apply
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user