diff options
| author | ANT\ulugbek <[email protected]> | 2020-10-28 15:27:33 +0000 |
|---|---|---|
| committer | ANT\ulugbek <[email protected]> | 2020-10-28 15:27:33 +0000 |
| commit | ac630d0a5d905c25be4701a6f5a787482d196528 (patch) | |
| tree | 9c7b03298e7ad3c939d6a1aba2a14646e7c5bbea /sdk | |
| parent | * Updated license file (diff) | |
| download | blast-ac630d0a5d905c25be4701a6f5a787482d196528.tar.xz blast-ac630d0a5d905c25be4701a6f5a787482d196528.zip | |
Fix asset joint serialization
Diffstat (limited to 'sdk')
| -rwxr-xr-x | sdk/extensions/serialization/source/DTO/TkAssetJointDescDTO.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdk/extensions/serialization/source/DTO/TkAssetJointDescDTO.cpp b/sdk/extensions/serialization/source/DTO/TkAssetJointDescDTO.cpp index ec6d489..005b36e 100755 --- a/sdk/extensions/serialization/source/DTO/TkAssetJointDescDTO.cpp +++ b/sdk/extensions/serialization/source/DTO/TkAssetJointDescDTO.cpp @@ -39,6 +39,7 @@ bool TkAssetJointDescDTO::serialize(Nv::Blast::Serialization::TkAssetJointDesc:: {
kj::ArrayPtr<const uint32_t> nodeIndices(poco->nodeIndices, 2);
builder.setNodeIndices(nodeIndices);
+ builder.initAttachPositions(2);
for (int i = 0; i < 2; i++)
{
|