summaryrefslogtreecommitdiff
path: root/src/entities.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities.hpp')
-rw-r--r--src/entities.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities.hpp b/src/entities.hpp
index f45f7d3..e16097c 100644
--- a/src/entities.hpp
+++ b/src/entities.hpp
@@ -33,6 +33,7 @@ struct EntityType {
} Importer_GLTF;
struct {
btCollisionShape *shape = nullptr;
+ btScalar startingMass = 1.f;
} bt;
};
extern DynArray<EntityType> GlobalEntityTypes;