d/multi: Correctly override the head pose in get_view_poses

This commit is contained in:
Moses Turner 2022-03-15 20:05:42 -05:00
parent e4805c07e2
commit d2366b31dc

View file

@ -195,6 +195,7 @@ get_view_poses(struct xrt_device *xdev,
struct xrt_device *target = d->tracking_override.target;
xrt_device_get_view_poses(target, default_eye_relation, at_timestamp_ns, view_count, out_head_relation,
out_fovs, out_poses);
get_tracked_pose(xdev, XRT_INPUT_GENERIC_HEAD_POSE, at_timestamp_ns, out_head_relation);
}
static bool