Torus.java
.. .. @@ -25,9 +25,9 @@ 25 25 return t; 26 26 } 27 27 28 - protected void deepCopySelf(Object3D other)28 + protected void deepCopyNode(Object3D other)29 29 { 30 - super.deepCopySelf(other);30 + super.deepCopyNode(other);31 31 Torus t = (Torus)other; 32 32 t.major = major; 33 33 t.minor = minor;