Removed error.

This commit is contained in:
Бранимир Караџић
2020-02-20 07:54:11 -08:00
parent 29a722a729
commit f19841e815

View File

@@ -1289,7 +1289,6 @@ namespace bimg
ImageContainer imageContainer;
if (magicT != magic)
{
BX_ERROR_SET(_err, BIMG_ERROR, "Invalid header magic.");
return NULL;
}