Skip to content

Commit

Permalink
Bone: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 8, 2016
1 parent 4bd1efd commit 8e5c48c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/objects/Bone.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ THREE.Bone.prototype = Object.create( THREE.Object3D.prototype );
THREE.Bone.prototype.constructor = THREE.Bone;

THREE.Bone.prototype.copy = function ( source ) {

THREE.Object3D.prototype.copy.call( this, source );

this.skin = source.skin;

return this;

};

0 comments on commit 8e5c48c

Please sign in to comment.