correct pipelining
This commit is contained in:
@@ -60,7 +60,7 @@ use bevy_openxr::{
|
||||
resources::OxrInstance, session::OxrSession,
|
||||
};
|
||||
use bevy_xr::session::{session_available, session_running};
|
||||
use openxr::{ActiveActionSet, Path, Vector2f};
|
||||
use openxr::{Path, Vector2f};
|
||||
|
||||
use std::borrow::Cow;
|
||||
|
||||
@@ -77,7 +77,6 @@ impl Plugin for XRUtilsActionsPlugin {
|
||||
);
|
||||
app.add_systems(
|
||||
Startup,
|
||||
|
||||
create_openxr_events
|
||||
.in_set(XRUtilsActionSystemSet::CreateEvents)
|
||||
.run_if(session_available),
|
||||
|
||||
Reference in New Issue
Block a user