d/survive: for now always set xrt_hand_joint_set->is_active to true

This commit is contained in:
Moses Turner 2021-03-16 02:48:06 -05:00 committed by Christoph Haag
parent 6a833b1131
commit b319371500

View file

@ -437,6 +437,8 @@ survive_controller_get_hand_tracking(struct xrt_device *xdev,
u_hand_joints_set_out_data(&survive->ctrl.hand_tracking, hand, &survive->last_relation, &hand_on_handle_pose,
out_value);
out_value->is_active = true; // Apparently libsurvive doesn't report controller tracked/untracked state, so just
// lie and say that the hand is being tracked
}
static void