Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
BezierPatch.java
....@@ -43,9 +43,9 @@
4343 return l;
4444 }
4545
46
- protected void deepCopySelf(Object3D other)
46
+ protected void deepCopyNode(Object3D other)
4747 {
48
- super.deepCopySelf(other);
48
+ super.deepCopyNode(other);
4949 BezierPatch bp = (BezierPatch)other;
5050 bp.depth = depth;
5151 int count = ctrlPnts.size();