diff options
Diffstat (limited to 'modules/bullet/soft_body_bullet.h')
-rw-r--r-- | modules/bullet/soft_body_bullet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/bullet/soft_body_bullet.h b/modules/bullet/soft_body_bullet.h index d28af7d61d..da8a2412ed 100644 --- a/modules/bullet/soft_body_bullet.h +++ b/modules/bullet/soft_body_bullet.h @@ -56,7 +56,6 @@ */ class SoftBodyBullet : public CollisionObjectBullet { - private: btSoftBody *bt_soft_body = nullptr; Vector<Vector<int>> indices_table; |