mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Unset active bool on XRFrame
This commit is contained in:
parent
37d758dae1
commit
4e7a59e872
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ impl XRSession {
|
|||
}
|
||||
}
|
||||
|
||||
// Step 9: XXXManishearth unset `active` bool on `frame`
|
||||
frame.set_active(false);
|
||||
self.session.borrow_mut().render_animation_frame();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue