소스 검색

GLTFExporter: Fixed typo.

mrdoob 3 년 전
부모
커밋
64ac0a2e24
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/jsm/exporters/GLTFExporter.js

+ 1 - 1
examples/jsm/exporters/GLTFExporter.js

@@ -746,7 +746,7 @@ class GLTFWriter {
 
 			}
 
-			return function LineatToLinear( c ) {
+			return function LinearToLinear( c ) {
 
 				return c;