Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
diarmidmackenzie committed Dec 19, 2022
1 parent 6630f54 commit 1119983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/webxr/XRHandModelFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class XRHandModel extends Object3D {

updateMatrixWorld( force ) {

super.updateMatrixWorld( force );
super.updateMatrixWorld( force );

if ( this.motionController ) {

Expand Down

0 comments on commit 1119983

Please sign in to comment.