mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Clear result when freeing pooled hitobject
This commit is contained in:
parent
5ae3d6cc74
commit
f8cabbdd21
@ -285,6 +285,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
OnFree(HitObject);
|
||||
|
||||
HitObject = null;
|
||||
Result = null;
|
||||
lifetimeEntry = null;
|
||||
|
||||
hasHitObjectApplied = false;
|
||||
|
Loading…
Reference in New Issue
Block a user