2
0
Эх сурвалжийг харах

GLTFExporter: Fixed typo.

mrdoob 3 жил өмнө
parent
commit
64ac0a2e24

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

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