diff options
Diffstat (limited to 'src/components.hpp')
| -rw-r--r-- | src/components.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components.hpp b/src/components.hpp index 968cd23..eebe43b 100644 --- a/src/components.hpp +++ b/src/components.hpp @@ -71,6 +71,7 @@ struct InstPos { btScalar mass; }; struct InstBt { + btCollisionShape *collision_shape = nullptr; btDefaultMotionState *motionState = nullptr; btRigidBody *rigidBody = nullptr; }; |
