未验证 提交 fb84d841 编写于 作者: T Tristan VALCKE 提交者: GitHub

Fix missing controllerModel usage

The throwing error call directly motionController.assertUrl that will be undefined. Update to controllerModel.motionController.assertUrl.
上级 d665e52a
......@@ -281,7 +281,7 @@ var XRControllerModelFactory = ( function () {
null,
() => {
throw new Error( `Asset ${motionController.assetUrl} missing or malformed.` );
throw new Error( `Asset ${controllerModel.motionController.assetUrl} missing or malformed.` );
} );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册