Browse Source

dont forget to press save next time

Raanan Weber 5 years ago
parent
commit
72651297c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Cameras/XR/motionController/webXRMotionControllerManager.ts

+ 1 - 1
src/Cameras/XR/motionController/webXRMotionControllerManager.ts

@@ -150,7 +150,7 @@ export class WebXRMotionControllerManager {
             }
             return this._ProfileLoadingPromises[profileToLoad];
         }).then((profile: IMotionControllerProfile) => {
-            return new WebXRProfiledMotionController(scene, xrInput, profile);
+            return new WebXRProfiledMotionController(scene, xrInput, profile, this.BaseRepositoryUrl);
         });
 
     }