Skip to content

Commit

Permalink
unused args0 in InstancedBufferGeometry (#24948)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw authored Nov 14, 2022
1 parent bf34b6f commit d11830c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/InstancedBufferGeometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class InstancedBufferGeometry extends BufferGeometry {

toJSON() {

const data = super.toJSON( this );
const data = super.toJSON();

data.instanceCount = this.instanceCount;

Expand Down

0 comments on commit d11830c

Please sign in to comment.