From df2a626b49a4e8ead003ebefb9663c63156b4efa Mon Sep 17 00:00:00 2001 From: Andrea Catania Date: Thu, 12 Apr 2018 11:02:43 +0200 Subject: [PATCH] Fixed wrong function call --- modules/bullet/space_bullet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bullet/space_bullet.cpp b/modules/bullet/space_bullet.cpp index 9a88b4692b6..8450a66f655 100644 --- a/modules/bullet/space_bullet.cpp +++ b/modules/bullet/space_bullet.cpp @@ -996,7 +996,7 @@ public: } void reset() { - result_collision_objects.empty(); + result_collision_objects.clear(); } };