Parcourir la source

BufferGeometry: Clean up. (#25045)

linbingquan il y a 2 ans
Parent
commit
f11d6e872d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 );
 
 	}