Fixed: Don't try to convert next meshes if an error occurs

--HG--
branch : develop
This commit is contained in:
kervala 2016-02-13 13:58:21 +01:00
parent c9740a9e61
commit 9913ec7e72

View file

@ -78,6 +78,8 @@ int main(int argc, char *argv[])
settings.ToolErrorLog = settings.DestinationDirectoryPath + "error.log";
res = exportScene(settings);
if (res != EXIT_SUCCESS) break;
}
return res;