2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-08 12:17:48 +00:00

The FinalizeZone step can now fail and the zone link will not ouput a fastfile if the FinalizeZone step fails.

This commit is contained in:
LJW-Dev
2025-11-01 17:25:14 +08:00
parent 81e0331252
commit 56186d1d80
8 changed files with 30 additions and 19 deletions

View File

@@ -84,7 +84,8 @@ namespace zone_creator
++zoneDefinitionContext.m_asset_index_in_definition;
}
creatorCollection.FinalizeZone(creationContext);
if (!creatorCollection.FinalizeZone(creationContext))
return nullptr;
return zone;
}