mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Hook webxr data into XRFrame/XRView/XRSpace
This commit is contained in:
parent
104a712a28
commit
8780edb165
12 changed files with 110 additions and 106 deletions
|
@ -839,7 +839,7 @@ impl VRDisplay {
|
|||
|
||||
let now = self.global().as_window().Performance().Now();
|
||||
|
||||
if let Some(session) = self.xr_session.get() {
|
||||
if let Some(_) = self.xr_session.get() {
|
||||
unreachable!("old webxr-on-webvr cruft")
|
||||
} else {
|
||||
self.running_display_raf.set(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue