Updated Oculus controller to use the

This commit is contained in:
Schmarni
2023-11-10 21:57:01 +01:00
parent ca15cb7cda
commit 74e4e0c3b7

View File

@@ -104,6 +104,7 @@ pub fn setup_oxr_actions(world: &mut World) {
) )
}) })
{ {
info!(dev);
instance instance
.suggest_interaction_profile_bindings(instance.string_to_path(dev).unwrap(), &bindings) .suggest_interaction_profile_bindings(instance.string_to_path(dev).unwrap(), &bindings)
.unwrap(); .unwrap();