aux/util: Fix comment for u_device_setup_tracking_origins

This commit is contained in:
Christoph Haag 2021-03-16 15:51:34 +01:00 committed by Jakob Bornecrantz
parent d1cad2eda8
commit 2ac4ff84ec

View file

@ -103,7 +103,7 @@ void
u_device_assign_xdev_roles(struct xrt_device **xdevs, size_t num_xdevs, int *head, int *left, int *right);
/*!
* Helper function to assign head, left hand and right hand roles.
* Helper function for setting up tracking origins. Applies 3dof offsets for devices with XRT_TRACKING_TYPE_NONE.
*
* @ingroup aux_util
*/