1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Remove unneeded lifetime assignment

This commit is contained in:
ekrctb 2020-12-09 10:47:04 +09:00
parent da2f3d4473
commit 775c4bad97

View File

@ -52,10 +52,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawables
protected override void FreeAfterUse()
{
ClearTransforms();
Alpha = 1;
LifetimeStart = double.MinValue;
LifetimeEnd = double.MaxValue;
base.FreeAfterUse();
}