Skip to content

Commit

Permalink
InstancedBufferGeometry: Removed redundant clone() code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Nov 15, 2022
1 parent c24bba4 commit b58ecfd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/InstancedBufferGeometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ class InstancedBufferGeometry extends BufferGeometry {

}

clone() {

return new this.constructor().copy( this );

}

toJSON() {

const data = super.toJSON();
Expand Down

0 comments on commit b58ecfd

Please sign in to comment.