Skip to content

Commit 3736cbb

Browse files
committed
Fixed loading of CustomNodes.
1 parent a0f760b commit 3736cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataExchange/ReClassFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ private IEnumerable<BaseNode> ReadNodeElements(IEnumerable<XElement> elements, C
192192

193193
paddingNode.Comment = node.Comment;
194194

195-
size -= node.MemorySize;
195+
size -= paddingNode.MemorySize;
196196

197197
yield return paddingNode;
198198
}

0 commit comments

Comments
 (0)