diff options
author | AndreaCatania <info@andreacatania.com> | 2017-12-23 18:23:12 +0100 |
---|---|---|
committer | AndreaCatania <info@andreacatania.com> | 2017-12-23 18:23:12 +0100 |
commit | f4b96cc0a97f1f9edd127920ff5995a75c2e6624 (patch) | |
tree | 967edcc3de0aa560ea4d02ad302be5b8d9f60fbd /modules/bullet/collision_object_bullet.h | |
parent | 8d13753e9171e2f525d7778b24a911bf60346aa2 (diff) | |
download | redot-engine-f4b96cc0a97f1f9edd127920ff5995a75c2e6624.tar.gz |
Fixed kinematic movement stuck, Changed how shape scale works, Optimized
Diffstat (limited to 'modules/bullet/collision_object_bullet.h')
-rw-r--r-- | modules/bullet/collision_object_bullet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bullet/collision_object_bullet.h b/modules/bullet/collision_object_bullet.h index 7d4659b64e..4004354a0f 100644 --- a/modules/bullet/collision_object_bullet.h +++ b/modules/bullet/collision_object_bullet.h @@ -115,6 +115,7 @@ protected: bool ray_pickable; btCollisionObject *bt_collision_object; Vector3 body_scale; + bool force_shape_reset; SpaceBullet *space; VSet<RID> exceptions; |