Normand Briere
2019-10-05 8768a855af9ccc482a9520ce708ef32e0e6e0e7d
MorphNode.java
....@@ -107,9 +107,9 @@
107107 return e;
108108 }
109109
110
- protected void deepCopySelf(Object3D other)
110
+ protected void deepCopyNode(Object3D other)
111111 {
112
- super.deepCopySelf(other);
112
+ super.deepCopyNode(other);
113113 MorphNode bp = (MorphNode)other;
114114
115115 bp.morphweights = (double[]) Grafreed.clone(morphweights);