Skip to content

Commit 9b30279

Browse files
committed
Fixed GetRootWrapperNode.
1 parent cfbcc58 commit 9b30279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReClass.NET/Nodes/BaseNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public BaseWrapperNode GetRootWrapperNode()
130130
}
131131
}
132132

133-
return null;
133+
return rootWrapperNode;
134134
}
135135

136136
/// <summary>Clears the selection of the node.</summary>

0 commit comments

Comments
 (0)