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:12:01 +01:00
parent 963638345c
commit 0a00e42c69

View File

@ -397,7 +397,7 @@ namespace XNodeEditor {
Selection.objects = newNodes;
}
/// <summary> Draw this node on top of other nodes by placing it last in the graph.nodes list </summary>
/// <summary> Aligns selected nodes to either left/right/top/bottom edge of nodes </summary>
public void AlignNodesTo(bool left, bool right, bool top, bool bottom) {
float positionLeft = float.MaxValue;
float positionRight = float.MinValue;