Unset active bool on XRFrame

This commit is contained in:
Manish Goregaokar 2019-07-16 17:08:29 -07:00
parent 37d758dae1
commit 4e7a59e872

View file

@ -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();
}
}