mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Bump webxr
This commit is contained in:
parent
6cf618ae9f
commit
d681909b28
2 changed files with 3 additions and 2 deletions
|
@ -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))
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue