aboutsummaryrefslogtreecommitdiff
path: root/modules/bullet/space_bullet.cpp
diff options
context:
space:
mode:
authorAndrea Catania2018-04-12 11:02:43 +0200
committerAndrea Catania2018-04-12 11:02:43 +0200
commitdf2a626b49a4e8ead003ebefb9663c63156b4efa (patch)
tree68273096af5208c070ba5fba7cde38dce4ed2332 /modules/bullet/space_bullet.cpp
parent5324bbb77227f80d43604c8e104419f2700d8796 (diff)
downloadgodot-df2a626b49a4e8ead003ebefb9663c63156b4efa.tar.gz
godot-df2a626b49a4e8ead003ebefb9663c63156b4efa.tar.zst
godot-df2a626b49a4e8ead003ebefb9663c63156b4efa.zip
Diffstat (limited to 'modules/bullet/space_bullet.cpp')
-rw-r--r--modules/bullet/space_bullet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bullet/space_bullet.cpp b/modules/bullet/space_bullet.cpp
index 9a88b4692..8450a66f6 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();
}
};