mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 13:23:22 +08:00
Reverse order of application to match DrawableHitObject
This commit is contained in:
parent
3a47be6e00
commit
d8365f4fca
@ -122,10 +122,10 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
|
||||
// Schedule the change to avoid transforms piling up.
|
||||
Scheduler.AddOnce(() =>
|
||||
{
|
||||
updateStateTransforms(drawableObject, drawableObject.State.Value);
|
||||
|
||||
ApplyTransformsAt(double.MinValue, true);
|
||||
ClearTransformsAfter(double.MinValue, true);
|
||||
|
||||
updateStateTransforms(drawableObject, drawableObject.State.Value);
|
||||
});
|
||||
}, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user