فهرست منبع

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);
         });
 
     }