mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 03:02:53 +08:00
Remove unnecessary property
This commit is contained in:
parent
c57a2f43fa
commit
6c12cae105
@ -23,11 +23,6 @@ namespace osu.Game.Skinning.Editor
|
||||
|
||||
private Drawable drawable => (Drawable)Item;
|
||||
|
||||
/// <summary>
|
||||
/// Whether the blueprint should be shown even when the <see cref="SelectionBlueprint{T}.Item"/> is not alive.
|
||||
/// </summary>
|
||||
protected virtual bool AlwaysShowWhenSelected => true;
|
||||
|
||||
protected override bool ShouldBeAlive => drawable.IsAlive && Item.IsPresent;
|
||||
|
||||
[Resolved]
|
||||
|
Loading…
Reference in New Issue
Block a user