Skip to content

Commit

Permalink
Fix typo in interaction profile path (#250)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Adams <[email protected]>
  • Loading branch information
msub2 authored Oct 11, 2024
1 parent 92f727d commit 0ea72e3
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 0ea72e3

Please sign in to comment.