mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-17 04:15:44 +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) {
|
||||
return oxr_error(log, XR_ERROR_INITIALIZATION_FAILED,
|
||||
"(createInfo->enabledExtensionNames) "
|
||||
"Mandatory platform-specific "
|
||||
"extension"
|
||||
" " XR_KHR_ANDROID_CREATE_INSTANCE_EXTENSION_NAME " not specified");
|
||||
"Mandatory platform-specific extension " XR_KHR_ANDROID_CREATE_INSTANCE_EXTENSION_NAME
|
||||
" not specified");
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue