mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-23 21:22:07 +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:
@@ -73,9 +73,11 @@ namespace
|
||||
return AssetCreationResult::Success(context.AddAsset(std::move(registration)));
|
||||
}
|
||||
|
||||
void FinalizeZone(AssetCreationContext& context) override
|
||||
bool FinalizeZone(AssetCreationContext& context) override
|
||||
{
|
||||
context.GetZoneAssetCreationState<MenuConversionZoneState>().FinalizeSupportingData();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user