Browse Source

unused args0 in InstancedBufferGeometry (#24948)

ycw 2 years ago
parent
commit
d11830cb3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/InstancedBufferGeometry.js

+ 1 - 1
src/core/InstancedBufferGeometry.js

@@ -31,7 +31,7 @@ class InstancedBufferGeometry extends BufferGeometry {
 
 	toJSON() {
 
-		const data = super.toJSON( this );
+		const data = super.toJSON();
 
 		data.instanceCount = this.instanceCount;