diff --git a/components/webxr/openxr/input.rs b/components/webxr/openxr/input.rs index 76bfe52a465..a52edd1dfae 100644 --- a/components/webxr/openxr/input.rs +++ b/components/webxr/openxr/input.rs @@ -368,7 +368,7 @@ impl OpenXRInput { select_name: &str, squeeze_name: Option<&str>, interaction_profile: &InteractionProfile, - ) -> Vec { + ) -> Vec> { let hand = hand_str(self.handedness); let path_aim_pose = instance .string_to_path(&format!("/user/hand/{}/input/aim/pose", hand))