mirror of https://github.com/ppy/osu
Remove unneeded lifetime assignment
This commit is contained in:
parent
da2f3d4473
commit
775c4bad97
|
@ -52,10 +52,7 @@ public virtual void CopyStateFrom(IHasCatchObjectState objectState)
|
|||
protected override void FreeAfterUse()
|
||||
{
|
||||
ClearTransforms();
|
||||
|
||||
Alpha = 1;
|
||||
LifetimeStart = double.MinValue;
|
||||
LifetimeEnd = double.MaxValue;
|
||||
|
||||
base.FreeAfterUse();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue