mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 13:22:55 +08:00
Don't bother checking for null editorBeatmap
This commit is contained in:
parent
10c658e440
commit
300ffbb500
@ -105,7 +105,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool hasSingleObjectSelected => editorBeatmap == null || selectedObjects.Count == 1;
|
private bool hasSingleObjectSelected => selectedObjects.Count == 1;
|
||||||
|
|
||||||
protected override void Update()
|
protected override void Update()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user