summaryrefslogtreecommitdiff
path: root/src/components.hpp
diff options
context:
space:
mode:
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 a8b4e88..cd79e4b 100644
--- a/src/components.hpp
+++ b/src/components.hpp
@@ -55,6 +55,7 @@ struct CompGrBinds {
struct InstPos {
btTransform posRot;
btVector3 scale;
+ btScalar mass;
};
struct InstBt {
btDefaultMotionState *motionState;