linbingquan 2 лет назад
Родитель
Сommit
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() {
 
-		 return new this.constructor().copy( this );
+		return new this.constructor().copy( this );
 
 	}