Move transform clean-up to pooling free call

This commit is contained in:
Dean Herbert
2020-10-13 13:25:45 +09:00
parent f6aa448523
commit 20b54fb904
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,9 @@ namespace osu.Game.Screens.Select.Carousel
protected override void FreeAfterUse()
{
base.FreeAfterUse();
Item = null;
ClearTransforms();
}
[BackgroundDependencyLoader(true)]