mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Also update colours once on DrawableHitObject
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user