diff options
Diffstat (limited to 'src/entities.hpp')
| -rw-r--r-- | src/entities.hpp | 1 |
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; |
