summaryrefslogtreecommitdiff
path: root/modules/bullet/shape_bullet.h
diff options
context:
space:
mode:
authorAndreaCatania <info@andreacatania.com>2018-01-08 01:22:54 +0100
committerAndreaCatania <info@andreacatania.com>2018-01-08 16:44:33 +0100
commit50c99370d2a8bf109469fe1c97d45c8d6303f1ef (patch)
tree99698838cb2bb32df303a9cd08a6a41f73008dba /modules/bullet/shape_bullet.h
parent29e68aa40e3effa1946b3889021b8c61a933c05c (diff)
Fixed Bullet collision shapes scale
Diffstat (limited to 'modules/bullet/shape_bullet.h')
-rw-r--r--modules/bullet/shape_bullet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/bullet/shape_bullet.h b/modules/bullet/shape_bullet.h
index 12fa9754bd..4a03c0f014 100644
--- a/modules/bullet/shape_bullet.h
+++ b/modules/bullet/shape_bullet.h
@@ -62,7 +62,6 @@ public:
ShapeBullet();
virtual ~ShapeBullet();
- btCollisionShape *create_bt_shape();
btCollisionShape *create_bt_shape(const Vector3 &p_implicit_scale, real_t p_margin = 0);
virtual btCollisionShape *create_bt_shape(const btVector3 &p_implicit_scale, real_t p_margin = 0) = 0;