Also update colours once on DrawableHitObject

This commit is contained in:
Salman Ahmed 2021-07-23 07:32:56 +03:00
parent 8600a3bf5b
commit 0b3b9e35ba

View File

@ -187,7 +187,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
{
base.LoadComplete();
comboIndexBindable.BindValueChanged(_ => UpdateComboColour(), true);
comboIndexBindable.BindValueChanged(_ => UpdateComboColour());
comboIndexWithOffsetsBindable.BindValueChanged(_ => UpdateComboColour(), true);
updateState(ArmedState.Idle, true);