TextureNode.java
.. .. @@ -124,9 +124,9 @@ 124 124 // else 125 125 // return 1; 126 126 // } 127 - protected void deepCopySelf(Object3D other)127 + protected void deepCopyNode(Object3D other)128 128 { 129 - super.deepCopySelf(other);129 + super.deepCopyNode(other);130 130 131 131 other.maxcount = maxcount; 132 132 other.transformcount = transformcount;