Procházet zdrojové kódy

dont forget to press save next time

Raanan Weber před 5 roky
rodič
revize
72651297c5

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