diff options
| author | AndreaCatania | 2018-01-08 01:22:54 +0100 |
|---|---|---|
| committer | AndreaCatania | 2018-01-08 16:44:33 +0100 |
| commit | 50c99370d2a8bf109469fe1c97d45c8d6303f1ef (patch) | |
| tree | 99698838cb2bb32df303a9cd08a6a41f73008dba /modules/bullet/shape_bullet.cpp | |
| parent | 29e68aa40e3effa1946b3889021b8c61a933c05c (diff) | |
| download | godot-50c99370d2a8bf109469fe1c97d45c8d6303f1ef.tar.gz godot-50c99370d2a8bf109469fe1c97d45c8d6303f1ef.tar.zst godot-50c99370d2a8bf109469fe1c97d45c8d6303f1ef.zip | |
Diffstat (limited to 'modules/bullet/shape_bullet.cpp')
| -rw-r--r-- | modules/bullet/shape_bullet.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/bullet/shape_bullet.cpp b/modules/bullet/shape_bullet.cpp index ee1cc418b..16b40adce 100644 --- a/modules/bullet/shape_bullet.cpp +++ b/modules/bullet/shape_bullet.cpp @@ -48,11 +48,6 @@ ShapeBullet::ShapeBullet() {} ShapeBullet::~ShapeBullet() {} -btCollisionShape *ShapeBullet::create_bt_shape() { - btVector3 s(1, 1, 1); - return create_bt_shape(s); -} - btCollisionShape *ShapeBullet::create_bt_shape(const Vector3 &p_implicit_scale, real_t p_margin) { btVector3 s; G_TO_B(p_implicit_scale, s); |
