Merge pull request #40157 from madmiraal/fix-39765

Clear a Bullet Area's overlappingObjects vector when removing an area from a space.
This commit is contained in:
Rémi Verschelde 2020-07-06 19:16:51 +02:00 committed by GitHub
commit b5a73c9e5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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