diff options
author | AndreaCatania <info@andreacatania.com> | 2017-11-07 17:20:58 +0100 |
---|---|---|
committer | AndreaCatania <info@andreacatania.com> | 2017-11-07 19:07:01 +0100 |
commit | 5f110c5b980b50a57a47e8aeb5bab7a33560100c (patch) | |
tree | 8d27afa1dfd468d910ae762a3f738e53be2e90c1 /modules/bullet/space_bullet.h | |
parent | b279f641c0b9e7af711d857917353905b48c6913 (diff) |
Fixed collision exception - #12681
Diffstat (limited to 'modules/bullet/space_bullet.h')
-rw-r--r-- | modules/bullet/space_bullet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bullet/space_bullet.h b/modules/bullet/space_bullet.h index cbbfdac1d7..b36896650b 100644 --- a/modules/bullet/space_bullet.h +++ b/modules/bullet/space_bullet.h @@ -109,6 +109,7 @@ public: void flush_queries(); void step(real_t p_delta_time); + _FORCE_INLINE_ btBroadphaseInterface *get_broadphase() { return broadphase; } _FORCE_INLINE_ btCollisionDispatcher *get_dispatcher() { return dispatcher; } _FORCE_INLINE_ btSoftBodyWorldInfo *get_soft_body_world_info() { return soft_body_world_info; } _FORCE_INLINE_ bool is_using_soft_world() { return soft_body_world_info; } |