mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 00:34:47 +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:
@@ -73,8 +73,6 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
|
||||
private void onHitObjectApplied(DrawableHitObject drawableObject)
|
||||
{
|
||||
ClearTransformsAfter(double.MinValue);
|
||||
|
||||
this.ScaleTo(1f)
|
||||
.FadeOut();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user