CSG.java
.. .. @@ -31,9 +31,9 @@ 31 31 return csg; 32 32 } 33 33 34 - protected void deepCopySelf(Object3D other)34 + protected void deepCopyNode(Object3D other)35 35 { 36 - super.deepCopySelf(other);36 + super.deepCopyNode(other);37 37 CSG c = (CSG) other; 38 38 c.csgType = csgType; 39 39 c.genType = genType;