Browse Source

GLTFExporter: Fixed typo.

mrdoob 3 years ago
parent
commit
64ac0a2e24
1 changed files with 1 additions and 1 deletions
  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;