Ver Fonte

GLTFExporter: Fixed typo.

mrdoob há 3 anos atrás
pai
commit
64ac0a2e24
1 ficheiros alterados com 1 adições e 1 exclusões
  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;