Attribute.java
.. .. @@ -22,9 +22,9 @@ 22 22 return csg; 23 23 } 24 24 25 - protected void deepCopySelf(Object3D other)25 + protected void deepCopyNode(Object3D other)26 26 { 27 - super.deepCopySelf(other);27 + super.deepCopyNode(other);28 28 Attribute c = (Attribute) other; 29 29 30 30 c.cleardepth = cleardepth;