Skip to content

Commit f62d931

Browse files
committed
Ninja tweak for code example
1 parent ef729e0 commit f62d931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/objects/SkinnedMesh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2>Example</h2>
4343
mesh.bind( armSkeleton );
4444

4545
// Update the inverse matrices in the skeleton to reflect the newly bound skeleton
46-
skeleton.calculateInverses();
46+
armSkeleton.calculateInverses();
4747

4848
// Move the bones and manipulate the model
4949
armSkeleton.bones[0].rotation.x = -0.1;

0 commit comments

Comments
 (0)