xrt: Correct error number

This commit is contained in:
Jakob Bornecrantz 2021-04-16 14:44:40 +01:00 committed by Jakob Bornecrantz
parent 7af531a6c5
commit 5105148c45

View file

@ -56,7 +56,7 @@ typedef enum xrt_result
* The given config was EGL_NO_CONFIG_KHR and EGL_KHR_no_config_context * The given config was EGL_NO_CONFIG_KHR and EGL_KHR_no_config_context
* is not supported by the display. * is not supported by the display.
*/ */
XRT_ERROR_EGL_CONFIG_MISSING = -12, XRT_ERROR_EGL_CONFIG_MISSING = -13,
/*! /*!
* Failed to initialize threading components. * Failed to initialize threading components.
*/ */