Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
Lathe.java
....@@ -22,9 +22,9 @@
2222 return l;
2323 }
2424
25
- protected void deepCopySelf(Object3D other)
25
+ protected void deepCopyNode(Object3D other)
2626 {
27
- super.deepCopySelf(other);
27
+ super.deepCopyNode(other);
2828 Lathe l = (Lathe)other;
2929 l.spline = (Spline)spline.deepCopy();
3030 }