mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
xrt: Correct error number
This commit is contained in:
parent
7af531a6c5
commit
5105148c45
|
@ -56,7 +56,7 @@ typedef enum xrt_result
|
|||
* The given config was EGL_NO_CONFIG_KHR and EGL_KHR_no_config_context
|
||||
* is not supported by the display.
|
||||
*/
|
||||
XRT_ERROR_EGL_CONFIG_MISSING = -12,
|
||||
XRT_ERROR_EGL_CONFIG_MISSING = -13,
|
||||
/*!
|
||||
* Failed to initialize threading components.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue