BezierPatch.java
.. .. @@ -43,9 +43,9 @@ 43 43 return l; 44 44 } 45 45 46 - protected void deepCopySelf(Object3D other)46 + protected void deepCopyNode(Object3D other)47 47 { 48 - super.deepCopySelf(other);48 + super.deepCopyNode(other);49 49 BezierPatch bp = (BezierPatch)other; 50 50 bp.depth = depth; 51 51 int count = ctrlPnts.size();