make OxrEvent less unsound
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ use bevy::{
|
||||
use bevy_mod_xr::session::XrSessionPlugin;
|
||||
use bevy_mod_xr::{camera::XrCameraPlugin, session::XrState};
|
||||
use init::OxrInitPlugin;
|
||||
use poll_events::{OxrEventHandlers, OxrEventsPlugin};
|
||||
use poll_events::OxrEventsPlugin;
|
||||
use render::OxrRenderPlugin;
|
||||
use resources::OxrInstance;
|
||||
use session::OxrSession;
|
||||
@@ -30,13 +30,13 @@ pub mod helper_traits;
|
||||
pub mod init;
|
||||
pub mod layer_builder;
|
||||
pub mod next_chain;
|
||||
pub mod poll_events;
|
||||
pub mod reference_space;
|
||||
pub mod render;
|
||||
pub mod resources;
|
||||
pub mod session;
|
||||
pub mod spaces;
|
||||
pub mod types;
|
||||
pub mod poll_events;
|
||||
|
||||
/// A [`Condition`](bevy::ecs::schedule::Condition) system that says if the OpenXR session is available.
|
||||
pub fn openxr_session_available(
|
||||
|
||||
Reference in New Issue
Block a user