mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Clear lifetimeEntry after use
This commit is contained in:
parent
99e5450af3
commit
e525784cb2
@ -259,6 +259,8 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
OnFree(HitObject);
|
||||
|
||||
HitObject = null;
|
||||
lifetimeEntry = null;
|
||||
|
||||
hasHitObjectApplied = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user