From 95aea8e070583c09c4c59da1905b7fba16f1ad73 Mon Sep 17 00:00:00 2001 From: Daniel Adams Date: Thu, 10 Oct 2024 20:36:56 -1000 Subject: [PATCH] Fix typo in interaction profile path --- webxr/openxr/interaction_profiles.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webxr/openxr/interaction_profiles.rs b/webxr/openxr/interaction_profiles.rs index 51b0bbf..5192fc2 100644 --- a/webxr/openxr/interaction_profiles.rs +++ b/webxr/openxr/interaction_profiles.rs @@ -339,7 +339,7 @@ pub static VALVE_INDEX_CONTROLLER_PROFILE: InteractionProfile = InteractionProfi pub static EXT_HAND_INTERACTION_PROFILE: InteractionProfile = InteractionProfile { profile_type: InteractionProfileType::ExtHandInteraction, - path: "interaction_profiles/ext/hand_interaction_ext", + path: "/interaction_profiles/ext/hand_interaction_ext", required_extension: Some(EXT_HAND_INTERACTION_EXTENSION_NAME), standard_buttons: &["pinch_ext/value", "", "", ""], standard_axes: &["", "", "", ""],