Normand Briere
2019-10-20 49d9c15d375942997692f7fccfb697665d0cb59e
TextureNode.java
....@@ -124,9 +124,9 @@
124124 // else
125125 // return 1;
126126 // }
127
- protected void deepCopySelf(Object3D other)
127
+ protected void deepCopyNode(Object3D other)
128128 {
129
- super.deepCopySelf(other);
129
+ super.deepCopyNode(other);
130130
131131 other.maxcount = maxcount;
132132 other.transformcount = transformcount;