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:
@@ -84,7 +84,8 @@ namespace zone_creator
|
||||
++zoneDefinitionContext.m_asset_index_in_definition;
|
||||
}
|
||||
|
||||
creatorCollection.FinalizeZone(creationContext);
|
||||
if (!creatorCollection.FinalizeZone(creationContext))
|
||||
return nullptr;
|
||||
|
||||
return zone;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user