From ecf91229fb5c9150f2d60d97652bf0024a5c3435 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 9 May 2025 20:40:56 -0400 Subject: pke-test-serialization: add more complex tests --- src/components.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components.hpp') 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; }; -- cgit v1.2.3