mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Dispose SelectionBoxes when they die
This commit is contained in:
parent
4ac0c48ba6
commit
9583191556
@ -52,6 +52,8 @@ namespace osu.Game.Rulesets.Edit.Layers.Selection
|
||||
Size = bottomRight - topLeft;
|
||||
}
|
||||
|
||||
public override bool DisposeOnDeathRemoval => true;
|
||||
|
||||
protected override void PopIn() => this.FadeIn(250, Easing.OutQuint);
|
||||
protected override void PopOut() => this.FadeOut(250, Easing.OutQuint);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user