Merge pull request #119 from awtterpip/transform_utils

Transform utils
This commit is contained in:
ForTehLose
2024-06-19 09:03:37 -04:00
committed by GitHub
5 changed files with 282 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ impl Plugin for OxrActionBindingPlugin {
app.add_schedule(Schedule::new(OxrSendActionBindings));
app.add_event::<OxrSuggestActionBinding>();
app.add_systems(
PostUpdate,
Update,
run_action_binding_sugestion.run_if(
|mut session_state: EventReader<OxrSessionStatusEvent>| {
session_state