Normand Briere
2019-09-22 e96132853038f55cdb6e27f116852cff0e813f00
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();