Browse Source

GLTFLoader: Fix typo in comment

Takahiro 7 years ago
parent
commit
7480174a45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/loaders/GLTFLoader.js

+ 1 - 1
examples/js/loaders/GLTFLoader.js

@@ -2090,7 +2090,7 @@ THREE.GLTFLoader = ( function () {
 
 
 			originalPrimitives = primitives; // save original primitives and use later
 			originalPrimitives = primitives; // save original primitives and use later
 
 
-			// We builds a single BufferGeometry with .groups from multiple primitives
+			// We build a single BufferGeometry with .groups from multiple primitives
 			// because all primitives share the same attributes/morph/mode and have indices.
 			// because all primitives share the same attributes/morph/mode and have indices.
 
 
 			primitives = [ primitives[ 0 ] ];
 			primitives = [ primitives[ 0 ] ];