浏览代码

InstancedBufferGeometry: Removed redundant clone() code.

Mr.doob 2 年之前
父节点
当前提交
b58ecfd170
共有 1 个文件被更改,包括 0 次插入6 次删除
  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();