fixed stuff for steamvr openxr to not crash

This commit is contained in:
MalekiRe
2023-09-09 21:43:06 -07:00
parent 6d60b55b02
commit aca80bade3
4 changed files with 21 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ fn action_set_system(action_sets: Res<ActionSets>, session: Res<XrSession>) {
for i in &action_sets.0 {
active_action_sets.push(openxr::ActiveActionSet::new(i));
}
info!("action sets: {:#?}", action_sets.0.len());
//info!("action sets: {:#?}", action_sets.0.len());
match session.sync_actions(&active_action_sets) {
Err(err) => {
warn!("{}", err);