Lathe.java
.. .. @@ -22,9 +22,9 @@ 22 22 return l; 23 23 } 24 24 25 - protected void deepCopySelf(Object3D other)25 + protected void deepCopyNode(Object3D other)26 26 { 27 - super.deepCopySelf(other);27 + super.deepCopyNode(other);28 28 Lathe l = (Lathe)other; 29 29 l.spline = (Spline)spline.deepCopy(); 30 30 }