mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 09:58:32 +00:00
st/oxr: Clean up Android message.
This commit is contained in:
parent
d7f0380f53
commit
b56441702c
|
@ -64,9 +64,8 @@ oxr_check_android_extensions(struct oxr_logger *log, const XrInstanceCreateInfo
|
||||||
if (!foundAndroidExtension) {
|
if (!foundAndroidExtension) {
|
||||||
return oxr_error(log, XR_ERROR_INITIALIZATION_FAILED,
|
return oxr_error(log, XR_ERROR_INITIALIZATION_FAILED,
|
||||||
"(createInfo->enabledExtensionNames) "
|
"(createInfo->enabledExtensionNames) "
|
||||||
"Mandatory platform-specific "
|
"Mandatory platform-specific extension " XR_KHR_ANDROID_CREATE_INSTANCE_EXTENSION_NAME
|
||||||
"extension"
|
" not specified");
|
||||||
" " XR_KHR_ANDROID_CREATE_INSTANCE_EXTENSION_NAME " not specified");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue