aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Include/geometry
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2017-05-12 17:45:18 -0500
committerSheikh Dawood Abdul Ajees <[email protected]>2017-05-12 17:45:18 -0500
commit7f12de60542edc8f1c6683e6b4cdce8570e51456 (patch)
tree0b5d533bae189ea286257b5ab78b635fafb19aa0 /PhysX_3.4/Include/geometry
parentPhysX 3.4, APEX 1.4 patch release @22017166 (diff)
downloadphysx-3.4-7f12de60542edc8f1c6683e6b4cdce8570e51456.tar.xz
physx-3.4-7f12de60542edc8f1c6683e6b4cdce8570e51456.zip
PhysX 3.4, APEX 1.4 patch release @22121272
Diffstat (limited to 'PhysX_3.4/Include/geometry')
-rw-r--r--PhysX_3.4/Include/geometry/PxConvexMeshGeometry.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/PhysX_3.4/Include/geometry/PxConvexMeshGeometry.h b/PhysX_3.4/Include/geometry/PxConvexMeshGeometry.h
index cf48d6f5..3500f10b 100644
--- a/PhysX_3.4/Include/geometry/PxConvexMeshGeometry.h
+++ b/PhysX_3.4/Include/geometry/PxConvexMeshGeometry.h
@@ -104,7 +104,7 @@ public:
PxGeometry (PxGeometryType::eCONVEXMESH),
scale (scaling),
convexMesh (mesh),
- meshFlags (flags)
+ meshFlags(flags)
{
}
@@ -138,7 +138,6 @@ PX_INLINE bool PxConvexMeshGeometry::isValid() const
return false;
if(!convexMesh)
return false;
-
return true;
}