Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
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();