From 2a8d463fd3b3f18282386dc191172c0bfdc9e632 Mon Sep 17 00:00:00 2001 From: Sebastian Jura Date: Fri, 22 Apr 2022 18:09:49 +0200 Subject: Allow delivered classes to access unscaled points --- src/BulletCollision/CollisionShapes/btConvexHullShape.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 m_unscaledPoints; public: -- cgit v1.2.1