1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:07:23 +08:00

Clear result when freeing pooled hitobject

This commit is contained in:
Bartłomiej Dach 2020-11-14 21:09:22 +01:00
parent 5ae3d6cc74
commit f8cabbdd21

View File

@ -285,6 +285,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
OnFree(HitObject);
HitObject = null;
Result = null;
lifetimeEntry = null;
hasHitObjectApplied = false;