Bump webxr

This commit is contained in:
Manish Goregaokar 2019-12-05 13:08:03 -08:00
parent 6cf618ae9f
commit d681909b28
2 changed files with 3 additions and 2 deletions

View file

@ -42,6 +42,7 @@ impl XRViewerPose {
) -> DomRoot<XRViewerPose> {
rooted_vec!(let mut views);
session.with_session(|s| match s.views() {
Views::Inline => unimplemented!(),
Views::Mono(view) => {
views.push(XRView::new(global, session, &view, XREye::None, &pose))
},