mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
oxr/st: Fix EPPO->OPPO typo in error message
This commit is contained in:
parent
60b6fb8eed
commit
9b0bf725bd
|
@ -357,7 +357,7 @@ oxr_xrSuggestInteractionProfileBindings(XrInstance instance,
|
||||||
#ifdef OXR_HAVE_OPPO_controller_interaction
|
#ifdef OXR_HAVE_OPPO_controller_interaction
|
||||||
EXT_CHK_ENABLED(OPPO_controller_interaction);
|
EXT_CHK_ENABLED(OPPO_controller_interaction);
|
||||||
#else
|
#else
|
||||||
EXT_NOT_SUPPORTED(EPPO_controller_interaction);
|
EXT_NOT_SUPPORTED(OPPO_controller_interaction);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
subpath_fn = oxr_verify_oppo_mr_controller_oppo_subpath;
|
subpath_fn = oxr_verify_oppo_mr_controller_oppo_subpath;
|
||||||
|
|
Loading…
Reference in a new issue