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