瀏覽代碼

BufferGeometry: Clean up. (#25045)

linbingquan 3 年之前
父節點
當前提交
f11d6e872d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/BufferGeometry.js

+ 1 - 1
src/core/BufferGeometry.js

@@ -968,7 +968,7 @@ class BufferGeometry extends EventDispatcher {
 
 
 	clone() {
 	clone() {
 
 
-		 return new this.constructor().copy( this );
+		return new this.constructor().copy( this );
 
 
 	}
 	}