Quellcode durchsuchen

InstancedBufferGeometry: Removed redundant clone() code.

Mr.doob vor 2 Jahren
Ursprung
Commit
b58ecfd170
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  1. 0 6
      src/core/InstancedBufferGeometry.js

+ 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();