st/oxr: Bug fix XR_HTC_facial_tracking system support check

Fixes system support check for XR_HTC_facial_tracking not setting
lip support flag.
This commit is contained in:
Korcan Hussein 2024-03-11 19:48:51 +00:00
parent 24f206441c
commit ca3cbf7ce8

View file

@ -294,7 +294,7 @@ oxr_system_get_face_tracking_htc_support(struct oxr_logger *log,
*supports_eye = true;
}
if (supports_lip != NULL && input->name == XRT_INPUT_HTC_LIP_FACE_TRACKING) {
*supports_eye = true;
*supports_lip = true;
}
}
}