aboutsummaryrefslogtreecommitdiff
path: root/sdk/extensions/serialization/source/DTO/PxMeshScaleDTO.cpp
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2019-05-03 00:25:46 -0700
committerBryan Galdrikian <[email protected]>2019-05-03 00:25:46 -0700
commit74b64a27f8e07b1b0b47b809b1a060518fa11a97 (patch)
tree34cca01711be56892c149706f02ba7358d87ec54 /sdk/extensions/serialization/source/DTO/PxMeshScaleDTO.cpp
parentFixing chunk reorder bug in BlastTool, when importing a prefractured mesh (diff)
downloadblast-1.1.5_pre1.tar.xz
blast-1.1.5_pre1.zip
Blast SDK 1.1.5 prerelease #1v1.1.5_pre1
Diffstat (limited to 'sdk/extensions/serialization/source/DTO/PxMeshScaleDTO.cpp')
-rwxr-xr-xsdk/extensions/serialization/source/DTO/PxMeshScaleDTO.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdk/extensions/serialization/source/DTO/PxMeshScaleDTO.cpp b/sdk/extensions/serialization/source/DTO/PxMeshScaleDTO.cpp
index d7c705a..56765ad 100755
--- a/sdk/extensions/serialization/source/DTO/PxMeshScaleDTO.cpp
+++ b/sdk/extensions/serialization/source/DTO/PxMeshScaleDTO.cpp
@@ -26,6 +26,7 @@
// Copyright (c) 2018 NVIDIA Corporation. All rights reserved.
+#include "NvPreprocessor.h"
#include "PxMeshScaleDTO.h"
#include "PxVec3DTO.h"
#include "PxQuatDTO.h"
@@ -47,7 +48,7 @@ bool PxMeshScaleDTO::serialize(Nv::Blast::Serialization::PxMeshScale::Builder bu
physx::PxMeshScale* PxMeshScaleDTO::deserialize(Nv::Blast::Serialization::PxMeshScale::Reader reader)
{
- reader = reader;
+ NV_UNUSED(reader);
return nullptr;
}