The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

+1 -1
+1 -1
src/xrt/state_trackers/oxr/oxr_system.c
··· 294 294 *supports_eye = true; 295 295 } 296 296 if (supports_lip != NULL && input->name == XRT_INPUT_HTC_LIP_FACE_TRACKING) { 297 - *supports_eye = true; 297 + *supports_lip = true; 298 298 } 299 299 } 300 300 }