aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/LowLevel/API/include
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Source/LowLevel/API/include')
-rw-r--r--PhysX_3.4/Source/LowLevel/API/include/PxvDynamics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/PhysX_3.4/Source/LowLevel/API/include/PxvDynamics.h b/PhysX_3.4/Source/LowLevel/API/include/PxvDynamics.h
index b5fb6918..afad09d3 100644
--- a/PhysX_3.4/Source/LowLevel/API/include/PxvDynamics.h
+++ b/PhysX_3.4/Source/LowLevel/API/include/PxvDynamics.h
@@ -66,8 +66,8 @@ struct PxsRigidCore
// accordingly.
//==================================================================================================
- PxsRigidCore() : mFlags(0), mIdtBody2Actor(0) {}
- PxsRigidCore(const PxEMPTY) : mFlags(PxEmpty) {}
+ PxsRigidCore() : mFlags(0), mIdtBody2Actor(0), solverIterationCounts(0) {}
+ PxsRigidCore(const PxEMPTY) : mFlags(PxEmpty) {}
PX_ALIGN_PREFIX(16)
PxTransform body2World PX_ALIGN_SUFFIX(16);