Skip to content

Commit

Permalink
Update OculusHandModel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Nov 25, 2022
1 parent 08b7401 commit 8422f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/webxr/OculusHandModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const POINTING_JOINT = 'index-finger-tip';

class OculusHandModel extends Object3D {

constructor( controller, loader ) {
constructor( controller, loader = null ) {

super();

Expand Down

0 comments on commit 8422f32

Please sign in to comment.