1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 08:02:55 +08:00

Remove ClearTransformsAfter call

A bit weird only having one call on its own; probably deserves an
entire PR dedicated to adding ClearTransformsAfter calls
This commit is contained in:
Alden Wu 2022-07-10 17:07:21 -07:00
parent 84dcd042f4
commit 48911b956a

View File

@ -73,8 +73,6 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
private void onHitObjectApplied(DrawableHitObject drawableObject)
{
ClearTransformsAfter(double.MinValue);
this.ScaleTo(1f)
.FadeOut();
}