mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
fix: not calculating fields in t6 attachment unique loader
This commit is contained in:
@ -238,5 +238,7 @@ AssetCreationResult InfoStringLoaderAttachmentUnique::CreateAsset(const std::str
|
||||
return AssetCreationResult::Failure();
|
||||
}
|
||||
|
||||
CalculateAttachmentUniqueFields(assetName, *attachmentUniqueFull);
|
||||
|
||||
return AssetCreationResult::Success(context.AddAsset(std::move(registration)));
|
||||
}
|
||||
|
Reference in New Issue
Block a user