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:
parent
84dcd042f4
commit
48911b956a
@ -73,8 +73,6 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
|
||||
private void onHitObjectApplied(DrawableHitObject drawableObject)
|
||||
{
|
||||
ClearTransformsAfter(double.MinValue);
|
||||
|
||||
this.ScaleTo(1f)
|
||||
.FadeOut();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user