Fix overlappingObjects vector crash

use clear_overlaps() instead of clearing overlappingObjects directly
This commit is contained in:
volzhs 2020-07-14 02:34:18 +09:00
parent db1eb909fe
commit 4e987f5ab9
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ void AreaBullet::do_reload_body() {
void AreaBullet::set_space(SpaceBullet *p_space) {
// Clear the old space if there is one
if (space) {
overlappingObjects.clear();
clear_overlaps(false);
isScratched = false;
// Remove this object form the physics world