summaryrefslogtreecommitdiff
path: root/src/components.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-05-09 20:40:56 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-05-09 20:40:56 -0400
commitecf91229fb5c9150f2d60d97652bf0024a5c3435 (patch)
treed8fcffa8d436222c4304d9f4d538165ddd734055 /src/components.hpp
parent9693ff2d4be85d356e07e3192baaa2262a7140ff (diff)
pke-test-serialization: add more complex tests
Diffstat (limited to 'src/components.hpp')
-rw-r--r--src/components.hpp1
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;
};