From 0a00e42c695ec7946596ba0b4b15741e33fef591 Mon Sep 17 00:00:00 2001 From: Simon Rodriguez Date: Sun, 9 Dec 2018 21:12:01 +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 180cb01..e0ad7b4 100644 --- a/Scripts/Editor/NodeEditorAction.cs +++ b/Scripts/Editor/NodeEditorAction.cs @@ -397,7 +397,7 @@ namespace XNodeEditor { Selection.objects = newNodes; } - /// Draw this node on top of other nodes by placing it last in the graph.nodes list + /// Aligns selected nodes to either left/right/top/bottom edge of nodes public void AlignNodesTo(bool left, bool right, bool top, bool bottom) { float positionLeft = float.MaxValue; float positionRight = float.MinValue;