Merge pull request #10844 from bdach/spinner-rotation-tracker-state

Fix rotation tracker state not being reset on drawable spinner re-use
This commit is contained in:
Dan Balasescu
2020-11-16 17:10:40 +09:00
committed by GitHub
8 changed files with 110 additions and 43 deletions

View File

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