mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:42:56 +08:00
Forcefully re-apply DrawableHitObject state transforms on post-load DefaultsApplied
This commit is contained in:
parent
ab03be5336
commit
59bfa08684
@ -186,6 +186,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
private void onDefaultsApplied(HitObject hitObject)
|
||||
{
|
||||
apply(hitObject);
|
||||
updateState(state.Value, true);
|
||||
DefaultsApplied?.Invoke(this);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user