Fix duplicating spline

#452
This commit is contained in:
Wojtek Figat
2021-04-12 21:06:34 +02:00
parent 3bfeb1db76
commit 55155630ca
5 changed files with 25 additions and 3 deletions

View File

@@ -36,6 +36,9 @@ namespace FlaxEditor.Windows.Assets
/// <inheritdoc />
public override Undo Undo => _window.Undo;
/// <inheritdoc />
public override List<SceneGraphNode> Selection => _window.Selection;
}
/// <summary>