2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-05-31 05:27:42 +00:00

fix: not calculating fields in t6 attachment unique loader

This commit is contained in:
Jan 2025-01-11 11:56:04 +01:00
parent 98288f5d47
commit 0a98da9a79
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C

View File

@ -238,5 +238,7 @@ AssetCreationResult InfoStringLoaderAttachmentUnique::CreateAsset(const std::str
return AssetCreationResult::Failure();
}
CalculateAttachmentUniqueFields(assetName, *attachmentUniqueFull);
return AssetCreationResult::Success(context.AddAsset(std::move(registration)));
}