1
0
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:
smoogipoo 2020-11-11 00:24:14 +09:00
parent 99e5450af3
commit e525784cb2

View File

@ -259,6 +259,8 @@ namespace osu.Game.Rulesets.Objects.Drawables
OnFree(HitObject);
HitObject = null;
lifetimeEntry = null;
hasHitObjectApplied = false;
}