Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
Biparam.java
....@@ -40,9 +40,9 @@
4040 super.DrawNode(display, root, selected);
4141 }
4242
43
- protected void deepCopySelf(Object3D other)
43
+ protected void deepCopyNode(Object3D other)
4444 {
45
- super.deepCopySelf(other);
45
+ super.deepCopyNode(other);
4646 Biparam bp = (Biparam)other;
4747 bp.uDivs = uDivs;
4848 bp.vDivs = vDivs;