diff --git a/src/xrt/drivers/wmr/wmr_controller_base.c b/src/xrt/drivers/wmr/wmr_controller_base.c index c2ee2e5db..f48ed6cb8 100644 --- a/src/xrt/drivers/wmr/wmr_controller_base.c +++ b/src/xrt/drivers/wmr/wmr_controller_base.c @@ -418,7 +418,7 @@ wmr_controller_base_init(struct wmr_controller_base *wcb, wcb->base.device_type = controller_type; wcb->base.orientation_tracking_supported = true; wcb->base.position_tracking_supported = false; - wcb->base.hand_tracking_supported = true; + wcb->base.hand_tracking_supported = false; m_imu_3dof_init(&wcb->fusion, M_IMU_3DOF_USE_GRAVITY_DUR_20MS);