From 0ea72e3ad279bb7b969e45931160d38ed9c2ffce Mon Sep 17 00:00:00 2001 From: Daniel Adams <70986246+msub2@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:01:49 +0000 Subject: [PATCH] Fix typo in interaction profile path (#250) Signed-off-by: Daniel Adams --- 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: &["", "", "", ""],