Skip to content

Commit

Permalink
GLTFExporter: Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jun 7, 2022
1 parent 067f9ea commit 64ac0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/exporters/GLTFExporter.js
Expand Up @@ -746,7 +746,7 @@ class GLTFWriter {

}

return function LineatToLinear( c ) {
return function LinearToLinear( c ) {

return c;

Expand Down

0 comments on commit 64ac0a2

Please sign in to comment.