|
@@ -702,8 +702,7 @@ Object.assign( Object3D.prototype, EventDispatcher.prototype, {
|
|
|
this.matrixAutoUpdate = source.matrixAutoUpdate;
|
|
|
this.matrixWorldNeedsUpdate = source.matrixWorldNeedsUpdate;
|
|
|
|
|
|
- this.layers.copy( source.layers );
|
|
|
-
|
|
|
+ this.layers.mask = source.layers.mask;
|
|
|
this.visible = source.visible;
|
|
|
|
|
|
this.castShadow = source.castShadow;
|