mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 00:50:16 +08:00
@@ -174,7 +174,12 @@ namespace osu.Game.Rulesets.Osu.Skinning
|
||||
public override void Clear()
|
||||
{
|
||||
averagePositionContainer.MoveTo(averagePosition = Vector2.Zero, 800, Easing.OutQuint);
|
||||
hitPositionsContainer.Clear();
|
||||
|
||||
foreach (var h in hitPositionsContainer)
|
||||
{
|
||||
h.ClearTransforms();
|
||||
h.Expire();
|
||||
}
|
||||
}
|
||||
|
||||
private partial class HitPosition : PoolableDrawable
|
||||
|
||||
Reference in New Issue
Block a user