mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09: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