Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
BlobComponent.java
....@@ -20,9 +20,9 @@
2020 return comp;
2121 }
2222
23
- protected void deepCopySelf(Object3D other)
23
+ protected void deepCopyNode(Object3D other)
2424 {
25
- super.deepCopySelf(other);
25
+ super.deepCopyNode(other);
2626 BlobComponent b = (BlobComponent)other;
2727 //b.center = new cVector();
2828 //LA.vecCopy(center, b.center);