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

This commit is contained in:
Christoph Haag 2024-02-29 20:57:06 +01:00
parent 60b6fb8eed
commit 9b0bf725bd

View file

@ -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;