浏览代码

dont forget to press save next time

Raanan Weber 5 年之前
父节点
当前提交
72651297c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
         });
 
     }