Updated error message.

This commit is contained in:
Бранимир Караџић
2025-07-31 10:13:58 -07:00
parent a1a2ae3c12
commit 5060d172e7

View File

@@ -189,7 +189,7 @@ bimg::ImageContainer* convert(bx::AllocatorI* _allocator, const void* _inputData
{
bimg::imageFree(input);
BX_ERROR_SET(_err, TEXTRUREC_ERROR, "Input image format is not equirectangular projection.");
BX_ERROR_SET(_err, TEXTRUREC_ERROR, "Input image format is not equirectangular projection (expected aspect ratio is 2:1).");
return NULL;
}
}