소스 검색

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 ] ];