Skip to content

Commit

Permalink
Fix typo in interaction profile path
Browse files Browse the repository at this point in the history
  • Loading branch information
msub2 committed Oct 11, 2024
1 parent 845ae9c commit 95aea8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webxr/openxr/interaction_profiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: &["", "", "", ""],
Expand Down

0 comments on commit 95aea8e

Please sign in to comment.