Skip to content

Commit ddbcb02

Browse files
Fixed RootNode expansion
1 parent 2582b4f commit ddbcb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/RootNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ protected void Expand()
144144
// bottom left node [-x -y]
145145
centerOffset.x *= -1f;
146146
subNodes.Insert(
147-
3, !ExpansionRight
147+
3, ExpansionRight
148148
? CurrentRootNode
149149
: new Node<TItem>(center + centerOffset, subBoundsSize)
150150
);

0 commit comments

Comments
 (0)