Преглед изворни кода

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