The open source OpenXR runtime
0
fork

Configure Feed

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

oxr/st: Fix EPPO->OPPO typo in error message

+1 -1
+1 -1
src/xrt/state_trackers/oxr/oxr_api_action.c
··· 357 357 #ifdef OXR_HAVE_OPPO_controller_interaction 358 358 EXT_CHK_ENABLED(OPPO_controller_interaction); 359 359 #else 360 - EXT_NOT_SUPPORTED(EPPO_controller_interaction); 360 + EXT_NOT_SUPPORTED(OPPO_controller_interaction); 361 361 #endif 362 362 363 363 subpath_fn = oxr_verify_oppo_mr_controller_oppo_subpath;