1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

Something got wrong with the comments.

This commit is contained in:
Simon Rodriguez 2018-12-09 21:10:47 +01:00
parent dae64d96cd
commit c9d6c92924

View File

@ -365,7 +365,7 @@ namespace XNodeEditor {
}
}
/// <summary> Aligns selected nodes to either left/right/top/bottom edge of nodes </summary>
/// <summary> Duplicate selected nodes and select the duplicates </summary>
public void DuplicateSelectedNodes() {
UnityEngine.Object[] newNodes = new UnityEngine.Object[Selection.objects.Length];
Dictionary<XNode.Node, XNode.Node> substitutes = new Dictionary<XNode.Node, XNode.Node>();