mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Move transform clean-up to pooling free call
This commit is contained in:
@ -595,8 +595,6 @@ namespace osu.Game.Screens.Select
|
||||
panel.Y = item.CarouselYPosition;
|
||||
panel.Depth = i;
|
||||
|
||||
panel.ClearTransforms();
|
||||
|
||||
scrollableContent.Add(panel);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user