2
0
Эх сурвалжийг харах

InstancedBufferGeometry: Removed redundant clone() code.

Mr.doob 2 жил өмнө
parent
commit
b58ecfd170

+ 0 - 6
src/core/InstancedBufferGeometry.js

@@ -23,12 +23,6 @@ class InstancedBufferGeometry extends BufferGeometry {
 
 	}
 
-	clone() {
-
-		return new this.constructor().copy( this );
-
-	}
-
 	toJSON() {
 
 		const data = super.toJSON();