Normand Briere
2019-09-08 4a303a7b3635adfee8f46ac76af4e1b7b4a7029b
Attribute.java
....@@ -22,9 +22,9 @@
2222 return csg;
2323 }
2424
25
- protected void deepCopySelf(Object3D other)
25
+ protected void deepCopyNode(Object3D other)
2626 {
27
- super.deepCopySelf(other);
27
+ super.deepCopyNode(other);
2828 Attribute c = (Attribute) other;
2929
3030 c.cleardepth = cleardepth;