Sfoglia il codice sorgente

GLTFExporter: Fixed typo.

mrdoob 3 anni fa
parent
commit
64ac0a2e24
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;