Skip to content
Snippets Groups Projects
Commit 9a4062a6 authored by Joy Clark's avatar Joy Clark
Browse files

Tried to fix cloning

parent 75788c25
No related branches found
No related tags found
No related merge requests found
...@@ -315,7 +315,7 @@ public abstract class Node extends PositionedNode implements Switchable, Cloneab ...@@ -315,7 +315,7 @@ public abstract class Node extends PositionedNode implements Switchable, Cloneab
for(T n : list) for(T n : list)
{ {
clone.add(n); clone.add(cloneNode(n));
} }
return clone; return clone;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment