mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +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
|
||||
EXT_CHK_ENABLED(OPPO_controller_interaction);
|
||||
#else
|
||||
EXT_NOT_SUPPORTED(EPPO_controller_interaction);
|
||||
EXT_NOT_SUPPORTED(OPPO_controller_interaction);
|
||||
#endif
|
||||
|
||||
subpath_fn = oxr_verify_oppo_mr_controller_oppo_subpath;
|
||||
|
|
Loading…
Reference in a new issue