Spline.java
.. .. @@ -19,9 +19,9 @@ 19 19 return spline; 20 20 } 21 21 22 - protected void deepCopySelf(Object3D other)22 + protected void deepCopyNode(Object3D other)23 23 { 24 - super.deepCopySelf(other);24 + super.deepCopyNode(other);25 25 Spline spline = (Spline)other; 26 26 spline.type = type; 27 27 int count = ctrlPnts.size();