Переглянути джерело

GLTFLoader: Fix typo in comment

Takahiro 7 роки тому
батько
коміт
7480174a45
1 змінених файлів з 1 додано та 1 видалено
  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
 
-			// 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.
 
 			primitives = [ primitives[ 0 ] ];