Fixed warning.

This commit is contained in:
Бранимир Караџић
2022-09-18 19:23:59 -07:00
parent 90ac47dfb0
commit 603dff3fb7

View File

@@ -3666,6 +3666,8 @@ namespace bimg
total += bx::read(_reader, miscFlags2, _err);
}
BX_UNUSED(total);
if (!_err->isOk() )
{
return false;