summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <ecoumans@nvidia.com>2022-04-24 16:48:57 -0700
committerErwin Coumans <ecoumans@nvidia.com>2022-04-24 16:48:57 -0700
commit9eb945b1e846cf2a3d074ec4c2625dd0b4fc9875 (patch)
tree8625ee9412e83e4d9cefc379fcfbe32be207f4e4
parent968b4356dca6c029b4fc0bf4e397135fb082da73 (diff)
parent617df44898fe4cfbecd280604d2722e882215e18 (diff)
downloadbullet3-9eb945b1e846cf2a3d074ec4c2625dd0b4fc9875.tar.gz
Merge remote-tracking branch 'bp/master'
-rw-r--r--src/BulletCollision/CollisionShapes/btConvexHullShape.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BulletCollision/CollisionShapes/btConvexHullShape.h b/src/BulletCollision/CollisionShapes/btConvexHullShape.h
index 96136d7dd..01058a6c3 100644
--- a/src/BulletCollision/CollisionShapes/btConvexHullShape.h
+++ b/src/BulletCollision/CollisionShapes/btConvexHullShape.h
@@ -25,6 +25,7 @@ subject to the following restrictions:
ATTRIBUTE_ALIGNED16(class)
btConvexHullShape : public btPolyhedralConvexAabbCachingShape
{
+protected:
btAlignedObjectArray<btVector3> m_unscaledPoints;
public: