mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
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:
parent
24f206441c
commit
ca3cbf7ce8
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue