2
0
linbingquan 2 жил өмнө
parent
commit
f11d6e872d

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