mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Dispose SelectionBoxes when they die
This commit is contained in:
@ -52,6 +52,8 @@ namespace osu.Game.Rulesets.Edit.Layers.Selection
|
|||||||
Size = bottomRight - topLeft;
|
Size = bottomRight - topLeft;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override bool DisposeOnDeathRemoval => true;
|
||||||
|
|
||||||
protected override void PopIn() => this.FadeIn(250, Easing.OutQuint);
|
protected override void PopIn() => this.FadeIn(250, Easing.OutQuint);
|
||||||
protected override void PopOut() => this.FadeOut(250, Easing.OutQuint);
|
protected override void PopOut() => this.FadeOut(250, Easing.OutQuint);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user