mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Forcefully re-apply DrawableHitObject state transforms on post-load DefaultsApplied
This commit is contained in:
@ -186,6 +186,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
private void onDefaultsApplied(HitObject hitObject)
|
||||
{
|
||||
apply(hitObject);
|
||||
updateState(state.Value, true);
|
||||
DefaultsApplied?.Invoke(this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user