mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove unneeded lifetime assignment
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user