diff options
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; }  |