Skip to content

Commit ca672c9

Browse files
authored
Merge pull request #21262 from eltociear/patch-1
Fix typo in GLTFLoader.js
2 parents 56aa9d0 + 724c0bd commit ca672c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/loaders/GLTFLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2566,7 +2566,7 @@ THREE.GLTFLoader = ( function () {
25662566
* Assigns final material to a Mesh, Line, or Points instance. The instance
25672567
* already has a material (generated from the glTF material options alone)
25682568
* but reuse of the same glTF material may require multiple threejs materials
2569-
* to accomodate different primitive types, defines, etc. New materials will
2569+
* to accommodate different primitive types, defines, etc. New materials will
25702570
* be created if necessary, and reused from a cache.
25712571
* @param {THREE.Object3D} mesh Mesh, Line, or Points instance.
25722572
*/

0 commit comments

Comments
 (0)