Normand Briere
2019-09-04 b6efb029509980fd08ca4ebe28c89cf8d79fa46c
Spline.java
....@@ -19,9 +19,9 @@
1919 return spline;
2020 }
2121
22
- protected void deepCopySelf(Object3D other)
22
+ protected void deepCopyNode(Object3D other)
2323 {
24
- super.deepCopySelf(other);
24
+ super.deepCopyNode(other);
2525 Spline spline = (Spline)other;
2626 spline.type = type;
2727 int count = ctrlPnts.size();