From c9d6c92924a98b975aad3a36bbc9ad05d7a0819c Mon Sep 17 00:00:00 2001 From: Simon Rodriguez Date: Sun, 9 Dec 2018 21:10:47 +0100 Subject: [PATCH] Something got wrong with the comments. --- Scripts/Editor/NodeEditorAction.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Editor/NodeEditorAction.cs b/Scripts/Editor/NodeEditorAction.cs index faef1ab..b5315f8 100644 --- a/Scripts/Editor/NodeEditorAction.cs +++ b/Scripts/Editor/NodeEditorAction.cs @@ -365,7 +365,7 @@ namespace XNodeEditor { } } - /// Aligns selected nodes to either left/right/top/bottom edge of nodes + /// Duplicate selected nodes and select the duplicates public void DuplicateSelectedNodes() { UnityEngine.Object[] newNodes = new UnityEngine.Object[Selection.objects.Length]; Dictionary substitutes = new Dictionary();