mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix DrawableHitObject.AccentColour
not being updated if object entry is not attached
This commit is contained in:
@ -266,6 +266,10 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
|||||||
updateState(ArmedState.Miss, true);
|
updateState(ArmedState.Miss, true);
|
||||||
else
|
else
|
||||||
updateState(ArmedState.Idle, true);
|
updateState(ArmedState.Idle, true);
|
||||||
|
|
||||||
|
// Combo colour may have been applied via a bindable flow while no object entry was attached.
|
||||||
|
// Update here to ensure we're in a good state.
|
||||||
|
UpdateComboColour();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user