mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 07:42:54 +00:00
fix: not calculating fields in t6 attachment unique loader
This commit is contained in:
parent
98288f5d47
commit
0a98da9a79
@ -238,5 +238,7 @@ AssetCreationResult InfoStringLoaderAttachmentUnique::CreateAsset(const std::str
|
||||
return AssetCreationResult::Failure();
|
||||
}
|
||||
|
||||
CalculateAttachmentUniqueFields(assetName, *attachmentUniqueFull);
|
||||
|
||||
return AssetCreationResult::Success(context.AddAsset(std::move(registration)));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user